summaryrefslogtreecommitdiff
path: root/test/unit/test_command_helpers.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of mockSteve Kowalik2022-05-241-1/+1
| | | | | | | Since Python 3.4, the unittest module has provided mock, negating the need for the external dependancy. Switch to using unittest.mock. Change-Id: Idec3aaed2fddd1ece3ed86ee0bcc48f7616d56fa
* Remove sixStephen Finucane2022-03-211-1/+1
| | | | | | | This mostly affects tests. Nothing too complicated Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: Iabc78f651e1d48db35638280722f8019798eccd6
* Rename "tests" directory to be "test" like in the swift repoTim Burke2019-11-061-0/+249
In addition to being less confusing for devs, this lets us actually run tempauth tests in swiftclient dsvm jobs. The job definition (over in the swift repo) specifies test/sample.conf, which does not exist in this repo. As a result, those tests would skip with SKIPPING FUNCTIONAL TESTS DUE TO NO CONFIG Change-Id: I558dbf9a657d442e6e19468e543bbec855129eeb