summaryrefslogtreecommitdiff
path: root/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #50 from stephenfin/warnings-filterJelmer Vernooij2022-10-194-4/+112
|\
| * Add WarningsFilter fixtureStephen Finucane2022-10-194-4/+112
* | tests: Replace hardcoded list of test modulesStephen Finucane2022-10-191-14/+7
|/
* tests: Run 'warnings' testsStephen Finucane2022-10-193-4/+17
* Support Popen's process_group argument from Python 3.11Michał Górny2022-05-222-2/+21
* 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
* Move testtools requirement to a "streams" extraColin Watson2022-04-231-3/+6
* Stop using testtools.helpers.try_importColin Watson2022-04-232-10/+11
* tests: Validate function signature of FakePopenStephen Finucane2022-02-111-2/+48
* Support all Popen arguments up to Python 3.10Colin Watson2022-02-092-17/+70
* Failing test for compatibility problem with Python 3.7Jürgen Gmach2022-02-091-0/+14
* Fix MockPatchMultiple.DEFAULTColin Watson2022-02-081-2/+12
* Merge pull request #51 from stephenfin/github-actionsJelmer Vernooij2022-01-281-1/+1
|\
| * Mark README as rSTStephen Finucane2022-01-281-1/+1
* | Don't access mock at import time so it can be swapped out with another mock i...Jelmer Vernooij2022-01-281-5/+9
|/
* Merge pull request #42 from gibizer/masterJelmer Vernooij2021-03-092-0/+12
|\
| * Add possibility to reset the FakeLoggerBalazs Gibizer2019-05-022-0/+12
* | Remove six and other Python 2 handling codeStephen Finucane2021-02-2510-79/+44
* | Fix tests on Python 3.9Stephen Finucane2021-02-252-15/+42
* | Remove use of 'extras'Stephen Finucane2021-02-251-5/+7
* | Merge pull request #41 from EdwardBetts/spellingJelmer Vernooij2019-06-122-3/+3
|\ \
| * | Correct spelling mistakes.Edward Betts2018-02-172-3/+3
| |/
* | Remove unused imports and variableshugovk2018-06-045-16/+12
* | 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-092-1/+53
* Fixup the MonkeyPatch patch.Robert Collins2016-05-202-40/+82
* Tweak the new tests for consistencyRobert Collins2016-05-191-52/+34
* Update the semantics on _fixtures.MonkeyPatchAndrew Laski2016-05-192-19/+408
* MonkeyPatch staticmethodAndrew Laski2016-04-072-8/+22
* Add CompoundFixtureJonathan Lange2016-02-012-0/+22
* Fix "propagate" spelling everywhereJonathan Lange2015-11-033-4/+4
* Missed one: propogate -> propagateJonathan Lange2015-11-011-1/+1
* Spelling and lint fixesJonathan Lange2015-10-312-9/+8
* Trivial pep8 fix to logger.py.Robert Collins2015-10-081-1/+1
* FakeLogger: Mis-formatted log messages will raise ExceptionJohn L. Villalovos2015-10-072-1/+15
* Use mock in preference to unittest.mock.Robert Collins2015-10-082-3/+3
* Clarify the intent around _setUp.Robert Collins2015-06-301-0/+3
* Handle BaseException resource leaks as well.Robert Collins2015-06-302-4/+24
* Remove trailing whitespace.Robert Collins2015-06-291-1/+1
* Deal with resource leaks during setUp.Robert Collins2015-06-2916-44/+164
* Fine tune the mock patch.Robert Collins2015-06-222-11/+10
* Add a new mockpatch fixtureJulien Danjou2015-06-225-0/+160
* Add a warnings module capture fixureJoshua Harlow2015-05-044-0/+96
* Release 1.1.0 and use pbr 0.11 features.1.1.0Robert Collins2015-05-041-7/+4
* Fixed test performance on Python 3.5.Robert Collins2015-03-271-4/+4
* allow the specification of a custom log formatterSean Dague2015-03-262-2/+30
* Release 1.0.01.0.0Robert Collins2014-10-281-1/+1
* Release 0.3.17.0.3.17Robert Collins2014-09-261-21/+8
* Add support for datefmt in FakeLoggerSean Dague2014-09-262-2/+16