summaryrefslogtreecommitdiff
path: root/testtools
Commit message (Expand)AuthorAgeFilesLines
* Wrap content-type params in a dictionaryMatthew Treinish2023-03-101-1/+1
* Replace deprecated `cgi` module usage with `email`Matthew Treinish2023-02-061-2/+5
* Fix distutilscmd in Debian + Py 3.11Thomas Goirand2022-12-271-2/+2
* Prevent AttributeError in TestCase.__eq__Tim Burke2022-11-042-1/+6
* Merge branch 'master' into compound-fixtureJelmer Vernooij2022-07-015-13/+22
|\
| * simplifying codeBen Beecher2022-07-011-3/+1
| * less codeBen Beecher2022-07-011-5/+2
| * Making sure that TestCase can be hashedBen Beecher2022-07-012-0/+11
| * Fix various test failures with Python 3.11Colin Watson2022-07-013-13/+16
* | Use CompoundFixture from fixtures>=2.0 rather than rolling our ownColin Watson2022-07-011-16/+2
|/
* Merge branch 'master' into rm-3.5Hugo van Kemenade2022-06-066-17/+17
|\
| * Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead.Hugo van Kemenade2022-06-046-8/+8
| * Replace deprecated assertRaisesRegexp with assertRaisesRegexHugo van Kemenade2022-06-041-10/+10
* | Merge branch 'master' into rm-3.5Hugo van Kemenade2022-05-043-9/+13
|\ \ | |/
| * Upgrade asserts with teyit for Python 3.11 compatibilityHugo van Kemenade2022-02-073-33/+37
* | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2022-02-0726-104/+101
|/
* Fix docstring formatting warnings.Jelmer Vernooij2022-01-241-7/+6
* Deprecate distutils integrationStephen Finucane2021-12-131-2/+10
* Add support for Python 3.10Jürgen Gmach2021-10-141-1/+4
* Update testtools/compat.pyMatthew Treinish2021-07-141-2/+1
* Merge branch 'master' into 310_retrocompatibilityMatthew Treinish2021-07-142-1/+3
|\
| * Fix for Python 3.10Hugo van Kemenade2021-06-261-0/+2
| * Fix tests with Python 3.10Cyril Roelandt2021-03-191-1/+1
* | testtools.compat: provide BytesIO, StringIO againMatthieu Huin2021-06-161-0/+4
|/
* Merge branch 'master' into public_samemembersMatthew Treinish2021-03-0861-1183/+1007
|\
| * Remove mimeparse dependencyStephen Finucane2021-02-251-7/+19
| * trivial: Cleanup importsStephen Finucane2021-02-2512-103/+77
| * Re-introduce 'try_imports'Stephen Finucane2021-02-2514-18/+60
| * Remove use of 'try_imports'Stephen Finucane2021-02-257-32/+15
| * Remove use of 'safe_hasattr'Stephen Finucane2021-02-257-32/+20
| * Merge branch 'master' into remove-unittest2Matthew Treinish2020-12-032-3/+3
| |\
| | * Merge branch 'master' into masterMatthew Treinish2020-12-0258-980/+821
| | |\
| | * | Update testtools/content.py Matthew Treinish2020-12-021-1/+1
| | * | Update content.pypvinci2019-11-101-1/+1
| | * | Update _warnings.pypvinci2019-11-101-2/+2
| * | | Merge branch 'master' into remove-unittest2Matthew Treinish2020-11-172-7/+1
| |\ \ \ | | | |/ | | |/|
| | * | Drop traceback2 in favor of traceback and remove unused linecache2Chih-Hsuan Yen2020-08-242-7/+1
| * | | restore testtools/tests/test_testcase.pyFederico Ressi2020-07-101-11/+0
| * | | Remove unittest2 from setup.cfg and add tox.ini fileFederico Ressi2020-07-101-0/+11
| * | | Remove unrelated changeFederico Ressi2020-07-101-1/+0
| * | | Restore test_spinner.pyFederico Ressi2020-07-101-2/+2
| * | | Merge branch 'remove-unittest2' into drop-unittest2Federico Ressi2020-07-102-3/+2
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/master' into remove-unittest2Matthew Treinish2020-07-081-0/+3
| | |\ \ \ | | | |/ /
| | * | | Update testtools/testcase.pyMatthew Treinish2020-07-081-17/+1
| | * | | Remove stray six importMatthew Treinish2020-04-051-1/+0
| | * | | Merge branch 'master' into remove-unittest2Matthew Treinish2020-04-0458-965/+804
| | |\ \ \
| | * \ \ \ Merge branch 'master' into remove-unittest2Jelmer Vernooij2019-11-283-10/+15
| | |\ \ \ \
| | * | | | | Remove unittest2 usage from testtoolsMatthew Treinish2019-05-038-26/+33
| * | | | | | Remove unused try_importFederico Ressi2020-07-102-5/+3
| * | | | | | Compare items using sets instead of sequencesFederico Ressi2020-07-092-17/+2