summaryrefslogtreecommitdiff
path: root/test/unit/test_multithreading.py
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup following py2 removalTim Burke2022-05-241-2/+1
| | | | | | | | | | * Drop py2-only hacking pin from test-requirements. * Remove quote() helper; urllib.parse.quote() works fine. * Remove some useless code. Change-Id: I9ffc923f58f1d11538f83ff26f7beb53cdf134c3
* Remove unnecessary unicode prefixesStephen Finucane2022-03-211-7/+7
| | | | | | | | All strings are unicode by default in Python 3. No need to mark them as such. Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: I68fb60ef271abfddebcc9d2137424f5db2a17e92
* Remove sixStephen Finucane2022-03-211-7/+3
| | | | | | | This mostly affects tests. Nothing too complicated Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: Iabc78f651e1d48db35638280722f8019798eccd6
* Speed up test_lazy_connectionsTim Burke2020-07-281-1/+1
| | | | | | It doesn't really need to sleep a full second. Change-Id: Ida80f0c5a983edb33a93662badb6aa1a25f9a27c
* Rename "tests" directory to be "test" like in the swift repoTim Burke2019-11-061-0/+240
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