summaryrefslogtreecommitdiff
path: root/fixtures/_fixtures
Commit message (Expand)AuthorAgeFilesLines
* Support Popen's process_group argument from Python 3.11Michał Górny2022-05-221-2/+7
* Move testtools requirement to a "streams" extraColin Watson2022-04-231-3/+6
* Support all Popen arguments up to Python 3.10Colin Watson2022-02-091-2/+28
* Fix MockPatchMultiple.DEFAULTColin Watson2022-02-081-2/+12
* 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-091-0/+3
|\
| * Add possibility to reset the FakeLoggerBalazs Gibizer2019-05-021-0/+3
* | Remove six and other Python 2 handling codeStephen Finucane2021-02-253-19/+4
* | Fix tests on Python 3.9Stephen Finucane2021-02-251-2/+7
* | Remove use of 'extras'Stephen Finucane2021-02-251-5/+7
* | Remove unused imports and variableshugovk2018-06-041-6/+5
|/
* Add missing APIs to FakeProcess, making it match Popen (LP #1373224)Free Ekanayaka2016-11-091-1/+21
* Fixup the MonkeyPatch patch.Robert Collins2016-05-201-27/+68
* Update the semantics on _fixtures.MonkeyPatchAndrew Laski2016-05-191-11/+43
* MonkeyPatch staticmethodAndrew Laski2016-04-071-7/+19
* Trivial pep8 fix to logger.py.Robert Collins2015-10-081-1/+1
* FakeLogger: Mis-formatted log messages will raise ExceptionJohn L. Villalovos2015-10-071-1/+9
* Use mock in preference to unittest.mock.Robert Collins2015-10-081-2/+2
* Deal with resource leaks during setUp.Robert Collins2015-06-2913-30/+16
* Fine tune the mock patch.Robert Collins2015-06-221-7/+8
* Add a new mockpatch fixtureJulien Danjou2015-06-222-0/+79
* Add a warnings module capture fixureJoshua Harlow2015-05-042-0/+45
* allow the specification of a custom log formatterSean Dague2015-03-261-2/+6
* Add support for datefmt in FakeLoggerSean Dague2014-09-261-2/+6
* Migrate to git and pbr.Robert Collins2014-09-2512-0/+869