summaryrefslogtreecommitdiff
path: root/fixtures/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #50 from stephenfin/warnings-filterJelmer Vernooij2022-10-191-1/+58
|\
| * Add WarningsFilter fixtureStephen Finucane2022-10-191-1/+58
* | tests: Replace hardcoded list of test modulesStephen Finucane2022-10-191-14/+7
|/
* tests: Run 'warnings' testsStephen Finucane2022-10-192-3/+16
* Support Popen's process_group argument from Python 3.11Michał Górny2022-05-221-0/+14
* Update classmethod expectations (again) for Python 3.11Michał Górny2022-05-221-1/+2
* Revert to the previous classmethod expectations for PyPy3.9Michał Górny2022-04-281-3/+6
* tests: Validate function signature of FakePopenStephen Finucane2022-02-111-2/+48
* Support all Popen arguments up to Python 3.10Colin Watson2022-02-091-15/+42
* Failing test for compatibility problem with Python 3.7Jürgen Gmach2022-02-091-0/+14
* Mark README as rSTStephen Finucane2022-01-281-1/+1
* Merge pull request #42 from gibizer/masterJelmer Vernooij2021-03-091-0/+9
|\
| * Add possibility to reset the FakeLoggerBalazs Gibizer2019-05-021-0/+9
* | Remove six and other Python 2 handling codeStephen Finucane2021-02-254-47/+34
* | Fix tests on Python 3.9Stephen Finucane2021-02-251-13/+35
* | Remove unused imports and variableshugovk2018-06-044-10/+7
* | Drop support for EOL Python 2.6hugovk2018-06-041-10/+4
|/
* Add missing APIs to FakeProcess, making it match Popen (LP #1373224)Free Ekanayaka2016-11-091-0/+32
* Fixup the MonkeyPatch patch.Robert Collins2016-05-201-13/+14
* Tweak the new tests for consistencyRobert Collins2016-05-191-52/+34
* Update the semantics on _fixtures.MonkeyPatchAndrew Laski2016-05-191-8/+365
* MonkeyPatch staticmethodAndrew Laski2016-04-071-1/+3
* Fix "propagate" spelling everywhereJonathan Lange2015-11-032-3/+3
* FakeLogger: Mis-formatted log messages will raise ExceptionJohn L. Villalovos2015-10-071-0/+6
* Use mock in preference to unittest.mock.Robert Collins2015-10-081-1/+1
* Handle BaseException resource leaks as well.Robert Collins2015-06-301-0/+15
* Deal with resource leaks during setUp.Robert Collins2015-06-291-3/+73
* Fine tune the mock patch.Robert Collins2015-06-221-4/+2
* Add a new mockpatch fixtureJulien Danjou2015-06-222-0/+75
* Add a warnings module capture fixureJoshua Harlow2015-05-041-0/+49
* Fixed test performance on Python 3.5.Robert Collins2015-03-271-4/+4
* allow the specification of a custom log formatterSean Dague2015-03-261-0/+24
* Add support for datefmt in FakeLoggerSean Dague2014-09-261-0/+10
* Migrate to git and pbr.Robert Collins2014-09-2517-0/+1473