summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into mypymypyJelmer Vernooij2022-11-192-1/+6
|\
| * Merge pull request #336 from tipabu/eq-attribute-errorJelmer Vernooij2022-11-062-1/+6
| |\
| | * Prevent AttributeError in TestCase.__eq__Tim Burke2022-11-042-1/+6
| |/
* | Add initial config for mypy.Jelmer Vernooij2022-11-191-0/+13
|/
* Merge pull request #326 from cjwatson/compound-fixtureJelmer Vernooij2022-07-013-17/+6
|\
| * Merge branch 'master' into compound-fixtureJelmer Vernooij2022-07-015-13/+22
| |\ | |/ |/|
* | Merge pull request #248 from gone/masterJelmer Vernooij2022-07-012-0/+6
|\ \
| * | 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
|/ /
* | Merge pull request #328 from cjwatson/py311Jelmer Vernooij2022-07-013-13/+16
|\ \
| * | Fix various test failures with Python 3.11Colin Watson2022-07-013-13/+16
|/ /
| * Merge branch 'master' into compound-fixtureJelmer Vernooij2022-07-017-7/+13
| |\ | |/ |/|
* | Merge pull request #327 from cjwatson/twisted-extraJelmer Vernooij2022-07-017-7/+13
|\ \
| * | Provide a ``testtools[twisted]`` extraColin Watson2022-07-017-7/+13
|/ /
| * Use CompoundFixture from fixtures>=2.0 rather than rolling our ownColin Watson2022-07-013-17/+6
|/
* Merge pull request #309 from hugovk/rm-3.5Jelmer Vernooij2022-07-0135-102/+108
|\
| * Add final noop job to indicate success and set as requiredHugo van Kemenade2022-06-071-0/+7
| * Merge branch 'master' into rm-3.5Hugo van Kemenade2022-06-068-19/+19
| |\ | |/ |/|
* | Merge pull request #335 from hugovk/fix-assertRaisesRegexp-deprecationColin Watson2022-06-068-20/+20
|\ \
| * | Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead.Hugo van Kemenade2022-06-046-8/+8
| * | Show warningsHugo van Kemenade2022-06-042-2/+2
| * | Replace deprecated assertRaisesRegexp with assertRaisesRegexHugo van Kemenade2022-06-041-10/+10
|/ /
| * Merge branch 'master' into rm-3.5Hugo van Kemenade2022-05-047-16/+16
| |\ | |/ |/|
* | Merge pull request #329 from cjwatson/doc-newsJelmer Vernooij2022-04-251-0/+1
|\ \
| * | Fix inclusion of NEWS in Sphinx documentationColin Watson2022-04-251-0/+1
|/ /
* | Merge pull request #319 from hugovk/fix-3.11Colin Watson2022-04-233-33/+37
|\ \
| * \ Merge branch 'master' into fix-3.11Colin Watson2022-04-233-7/+2
| |\ \ | |/ / |/| |
* | | Merge pull request #323 from stephenfin/trivialColin Watson2022-04-233-7/+2
|\ \ \
| * | | doc: Remove references to unittest2Stephen Finucane2022-02-073-7/+2
|/ / /
| * | 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-0727-119/+116
| * Drop support for EOL Python 3.5Hugo van Kemenade2022-02-079-9/+11
|/
* Add instructions on building docs. Fixes #305Jelmer Vernooij2022-01-242-1/+4
* Fix docstring formatting warnings.Jelmer Vernooij2022-01-241-7/+6
* Add missing quotes around identifier.Jelmer Vernooij2022-01-241-1/+1
* Merge pull request #318 from stephenfin/deprecate-distutils-integrationJelmer Vernooij2022-01-243-2/+21
|\
| * Merge branch 'master' into deprecate-distutils-integrationJelmer Vernooij2022-01-242-9/+1
| |\ | |/ |/|
* | Drop note about assertIn, assertIs, assertIsInstance and their negatives that...Jelmer Vernooij2022-01-241-8/+0
* | Fix typo. Fixes #320Jelmer Vernooij2022-01-241-1/+1
| * Deprecate distutils integrationStephen Finucane2021-12-133-3/+22
|/
* Merge pull request #315 from jugmac00/add-support-for-python3.10Colin Watson2021-11-126-4/+17
|\
| * Add support for Python 3.10Jürgen Gmach2021-10-146-4/+17
|/
* Release 2.5.02.5.0Matthew Treinish2021-07-141-2/+5
* Merge pull request #311 from mhuin/310_retrocompatibilityMatthew Treinish2021-07-141-1/+4
|\
| * Update testtools/compat.pyMatthew Treinish2021-07-141-2/+1
| * Merge branch 'master' into 310_retrocompatibilityMatthew Treinish2021-07-145-7/+11
| |\ | |/ |/|
* | Merge pull request #304 from CyrilRoelandteNovance/fix-python310Matthew Treinish2021-07-144-3/+5
|\ \
| * \ Merge branch 'master' into fix-python310Matthew Treinish2021-07-141-4/+6
| |\ \ | |/ / |/| |
* | | Merge pull request #313 from hugovk/3.5-is-eolMatthew Treinish2021-06-261-4/+6
|\ \ \