summaryrefslogtreecommitdiff
Commit message (Collapse)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__
| | * Prevent AttributeError in TestCase.__eq__Tim Burke2022-11-042-1/+6
| |/ | | | | | | Not all objects have a __dict__ attribute.
* | Add initial config for mypy.Jelmer Vernooij2022-11-191-0/+13
|/
* Merge pull request #326 from cjwatson/compound-fixtureJelmer Vernooij2022-07-013-17/+6
|\ | | | | Use CompoundFixture from fixtures>=2.0 rather than rolling our own
| * Merge branch 'master' into compound-fixtureJelmer Vernooij2022-07-015-13/+22
| |\ | |/ |/|
* | Merge pull request #248 from gone/masterJelmer Vernooij2022-07-012-0/+6
|\ \ | | | | | | Making sure that TestCase can be hashed
| * | 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.11
| * | Fix various test failures with Python 3.11Colin Watson2022-07-013-13/+16
|/ / | | | | | | | | | | | | | | | | | | | | The changes for https://peps.python.org/pep-0657/ require a number of changes in our tests. Some tests still fail due to https://twistedmatrix.com/trac/ticket/10336, so I'm not adding 3.11 to the test matrix yet. Fixes #325.
| * 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]`` extra
| * | Provide a ``testtools[twisted]`` extraColin Watson2022-07-017-7/+13
|/ / | | | | | | | | | | | | This documents dependencies needed for `testtools.twistedsupport`. At the moment this is just `Twisted`, but it generally seems a good idea to put this sort of thing in an official extra rather than having it be documented ad-hoc.
| * Use CompoundFixture from fixtures>=2.0 rather than rolling our ownColin Watson2022-07-013-17/+6
|/ | | | `fixtures` 2.0 was released in 2016.
* Merge pull request #309 from hugovk/rm-3.5Jelmer Vernooij2022-07-0135-102/+108
|\ | | | | Drop support for EOL 3.5
| * 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
|\ \ | | | | | | Replace deprecated assertRaisesRegexp with assertRaisesRegex
| * | 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 documentation
| * | Fix inclusion of NEWS in Sphinx documentationColin Watson2022-04-251-0/+1
|/ / | | | | | | | | | | | | `make html-sphinx` previously warned: .../doc/index.rst:20: WARNING: toctree contains reference to nonexisting document 'news'
* | Merge pull request #319 from hugovk/fix-3.11Colin Watson2022-04-233-33/+37
|\ \ | | | | | | Upgrade asserts with teyit for Python 3.11 compatibility
| * \ 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 unittest2
| * | | doc: Remove references to unittest2Stephen Finucane2022-02-073-7/+2
|/ / / | | | | | | | | | Signed-off-by: Stephen Finucane <stephen@that.guru>
| * | 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
|\ | | | | Deprecate distutils integration
| * Merge branch 'master' into deprecate-distutils-integrationJelmer Vernooij2022-01-242-9/+1
| |\ | |/ |/|
* | Drop note about assertIn, assertIs, assertIsInstance and their negatives ↵Jelmer Vernooij2022-01-241-8/+0
| | | | | | | | that no longer applies with modern versions of Python. Fixes #322
* | Fix typo. Fixes #320Jelmer Vernooij2022-01-241-1/+1
| |
| * Deprecate distutils integrationStephen Finucane2021-12-133-3/+22
|/ | | | | | | | We don't want to remove this immediately, but we should try to do so sooner rather than later. Signed-off-by: Stephen Finucane <stephen@that.guru> Closes: #316
* Merge pull request #315 from jugmac00/add-support-for-python3.10Colin Watson2021-11-126-4/+17
|\ | | | | Add support for Python 3.10
| * Add support for Python 3.10Jürgen Gmach2021-10-146-4/+17
|/
* Release 2.5.02.5.0Matthew Treinish2021-07-141-2/+5
| | | | This commit prepares the NEWS file for the 2.5.0 release.
* Merge pull request #311 from mhuin/310_retrocompatibilityMatthew Treinish2021-07-141-1/+4
|\ | | | | testtools.compat: provide BytesIO, StringIO again
| * 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
|\ \ | | | | | | Fix tests with Python 3.10
| * \ 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
|\ \ \ | | | | | | | | Note Python 3.5 is EOL and will be dropped after the next release