summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/integ/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Blacken everything elseStephen Finucane2023-05-101-9/+12
| | | | | | | | | | Black used with the '-l 79 -S' flags. A future change will ignore this commit in git-blame history by adding a 'git-blame-ignore-revs' file. Change-Id: I356643d06b2cd408ccaedfe02b858aea55388949 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* move unit tests to new "unit" test moduleSteve Martinelli2016-09-081-0/+121
this will better isolate the unit tests from the functional tests. unfortunately, the "integration" tests had to be lumped into the "unit" tests since we need the separation in testr.conf Change-Id: Ifd12198c1f90e4e3c951c73bfa1884ab300d8ded