Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into mypymypy | Jelmer Vernooij | 2022-11-19 | 2 | -1/+6 |
|\ | |||||
| * | Merge pull request #336 from tipabu/eq-attribute-error | Jelmer Vernooij | 2022-11-06 | 2 | -1/+6 |
| |\ | | | | | | | Prevent AttributeError in TestCase.__eq__ | ||||
| | * | Prevent AttributeError in TestCase.__eq__ | Tim Burke | 2022-11-04 | 2 | -1/+6 |
| |/ | | | | | | | Not all objects have a __dict__ attribute. | ||||
* | | Add initial config for mypy. | Jelmer Vernooij | 2022-11-19 | 1 | -0/+13 |
|/ | |||||
* | Merge pull request #326 from cjwatson/compound-fixture | Jelmer Vernooij | 2022-07-01 | 3 | -17/+6 |
|\ | | | | | Use CompoundFixture from fixtures>=2.0 rather than rolling our own | ||||
| * | Merge branch 'master' into compound-fixture | Jelmer Vernooij | 2022-07-01 | 5 | -13/+22 |
| |\ | |/ |/| | |||||
* | | Merge pull request #248 from gone/master | Jelmer Vernooij | 2022-07-01 | 2 | -0/+6 |
|\ \ | | | | | | | Making sure that TestCase can be hashed | ||||
| * | | simplifying code | Ben Beecher | 2022-07-01 | 1 | -3/+1 |
| | | | |||||
| * | | less code | Ben Beecher | 2022-07-01 | 1 | -5/+2 |
| | | | |||||
| * | | Making sure that TestCase can be hashed | Ben Beecher | 2022-07-01 | 2 | -0/+11 |
|/ / | |||||
* | | Merge pull request #328 from cjwatson/py311 | Jelmer Vernooij | 2022-07-01 | 3 | -13/+16 |
|\ \ | | | | | | | Fix various test failures with Python 3.11 | ||||
| * | | Fix various test failures with Python 3.11 | Colin Watson | 2022-07-01 | 3 | -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-fixture | Jelmer Vernooij | 2022-07-01 | 7 | -7/+13 |
| |\ | |/ |/| | |||||
* | | Merge pull request #327 from cjwatson/twisted-extra | Jelmer Vernooij | 2022-07-01 | 7 | -7/+13 |
|\ \ | | | | | | | Provide a ``testtools[twisted]`` extra | ||||
| * | | Provide a ``testtools[twisted]`` extra | Colin Watson | 2022-07-01 | 7 | -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 own | Colin Watson | 2022-07-01 | 3 | -17/+6 |
|/ | | | | `fixtures` 2.0 was released in 2016. | ||||
* | Merge pull request #309 from hugovk/rm-3.5 | Jelmer Vernooij | 2022-07-01 | 35 | -102/+108 |
|\ | | | | | Drop support for EOL 3.5 | ||||
| * | Add final noop job to indicate success and set as required | Hugo van Kemenade | 2022-06-07 | 1 | -0/+7 |
| | | |||||
| * | Merge branch 'master' into rm-3.5 | Hugo van Kemenade | 2022-06-06 | 8 | -19/+19 |
| |\ | |/ |/| | |||||
* | | Merge pull request #335 from hugovk/fix-assertRaisesRegexp-deprecation | Colin Watson | 2022-06-06 | 8 | -20/+20 |
|\ \ | | | | | | | Replace deprecated assertRaisesRegexp with assertRaisesRegex | ||||
| * | | Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead. | Hugo van Kemenade | 2022-06-04 | 6 | -8/+8 |
| | | | |||||
| * | | Show warnings | Hugo van Kemenade | 2022-06-04 | 2 | -2/+2 |
| | | | |||||
| * | | Replace deprecated assertRaisesRegexp with assertRaisesRegex | Hugo van Kemenade | 2022-06-04 | 1 | -10/+10 |
|/ / | |||||
| * | Merge branch 'master' into rm-3.5 | Hugo van Kemenade | 2022-05-04 | 7 | -16/+16 |
| |\ | |/ |/| | |||||
* | | Merge pull request #329 from cjwatson/doc-news | Jelmer Vernooij | 2022-04-25 | 1 | -0/+1 |
|\ \ | | | | | | | Fix inclusion of NEWS in Sphinx documentation | ||||
| * | | Fix inclusion of NEWS in Sphinx documentation | Colin Watson | 2022-04-25 | 1 | -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.11 | Colin Watson | 2022-04-23 | 3 | -33/+37 |
|\ \ | | | | | | | Upgrade asserts with teyit for Python 3.11 compatibility | ||||
| * \ | Merge branch 'master' into fix-3.11 | Colin Watson | 2022-04-23 | 3 | -7/+2 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #323 from stephenfin/trivial | Colin Watson | 2022-04-23 | 3 | -7/+2 |
|\ \ \ | | | | | | | | | doc: Remove references to unittest2 | ||||
| * | | | doc: Remove references to unittest2 | Stephen Finucane | 2022-02-07 | 3 | -7/+2 |
|/ / / | | | | | | | | | | Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | | Upgrade asserts with teyit for Python 3.11 compatibility | Hugo van Kemenade | 2022-02-07 | 3 | -33/+37 |
|/ / | |||||
| * | Upgrade Python syntax with pyupgrade --py36-plus | Hugo van Kemenade | 2022-02-07 | 27 | -119/+116 |
| | | |||||
| * | Drop support for EOL Python 3.5 | Hugo van Kemenade | 2022-02-07 | 9 | -9/+11 |
|/ | |||||
* | Add instructions on building docs. Fixes #305 | Jelmer Vernooij | 2022-01-24 | 2 | -1/+4 |
| | |||||
* | Fix docstring formatting warnings. | Jelmer Vernooij | 2022-01-24 | 1 | -7/+6 |
| | |||||
* | Add missing quotes around identifier. | Jelmer Vernooij | 2022-01-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #318 from stephenfin/deprecate-distutils-integration | Jelmer Vernooij | 2022-01-24 | 3 | -2/+21 |
|\ | | | | | Deprecate distutils integration | ||||
| * | Merge branch 'master' into deprecate-distutils-integration | Jelmer Vernooij | 2022-01-24 | 2 | -9/+1 |
| |\ | |/ |/| | |||||
* | | Drop note about assertIn, assertIs, assertIsInstance and their negatives ↵ | Jelmer Vernooij | 2022-01-24 | 1 | -8/+0 |
| | | | | | | | | that no longer applies with modern versions of Python. Fixes #322 | ||||
* | | Fix typo. Fixes #320 | Jelmer Vernooij | 2022-01-24 | 1 | -1/+1 |
| | | |||||
| * | Deprecate distutils integration | Stephen Finucane | 2021-12-13 | 3 | -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.10 | Colin Watson | 2021-11-12 | 6 | -4/+17 |
|\ | | | | | Add support for Python 3.10 | ||||
| * | Add support for Python 3.10 | Jürgen Gmach | 2021-10-14 | 6 | -4/+17 |
|/ | |||||
* | Release 2.5.02.5.0 | Matthew Treinish | 2021-07-14 | 1 | -2/+5 |
| | | | | This commit prepares the NEWS file for the 2.5.0 release. | ||||
* | Merge pull request #311 from mhuin/310_retrocompatibility | Matthew Treinish | 2021-07-14 | 1 | -1/+4 |
|\ | | | | | testtools.compat: provide BytesIO, StringIO again | ||||
| * | Update testtools/compat.py | Matthew Treinish | 2021-07-14 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'master' into 310_retrocompatibility | Matthew Treinish | 2021-07-14 | 5 | -7/+11 |
| |\ | |/ |/| | |||||
* | | Merge pull request #304 from CyrilRoelandteNovance/fix-python310 | Matthew Treinish | 2021-07-14 | 4 | -3/+5 |
|\ \ | | | | | | | Fix tests with Python 3.10 | ||||
| * \ | Merge branch 'master' into fix-python310 | Matthew Treinish | 2021-07-14 | 1 | -4/+6 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #313 from hugovk/3.5-is-eol | Matthew Treinish | 2021-06-26 | 1 | -4/+6 |
|\ \ \ | | | | | | | | | Note Python 3.5 is EOL and will be dropped after the next release |