summaryrefslogtreecommitdiff
path: root/oslotest
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary unicode prefixessongwenping2022-04-192-11/+11
* Document unit of measure for OS_TEST_TIMEOUTSorin Sbarnea2021-04-011-1/+1
* Revert "Revert "Switch to unittest.mock from mock""Ben Nemec2020-04-037-23/+31
* Revert "Switch to unittest.mock from mock"ussuri-em4.2.0Ben Nemec2020-04-037-31/+23
* Switch to unittest.mock from mock4.1.0Monty Taylor2020-03-297-23/+31
* Remove 'oslotest.functional'4.0.0Stephen Finucane2020-02-261-65/+0
* Remove 'oslotest.moxstubout' moduleStephen Finucane2020-02-252-67/+0
* Stop testing mock functionalityBen Nemec2019-05-281-8/+0
* Fix nits in timeout changeBen Nemec2018-09-241-1/+1
* Add DEFAULT_TIMEOUT and TIMEOUT_SCALING_FACTOR3.7.0Monty Taylor2018-09-233-5/+81
* Merge "Deprecate MoxStubout class"3.5.0Zuul2018-05-201-0/+2
|\
| * Deprecate MoxStubout classBen Nemec2018-05-141-0/+2
* | Merge "mock: Perform patch's autospec checks on __enter__"Zuul2018-05-181-5/+5
|\ \ | |/ |/|
| * mock: Perform patch's autospec checks on __enter__Claudiu Belu2018-05-071-5/+5
* | Merge "Trivial: Update pypi url to new url"3.4.2Zuul2018-04-261-1/+1
|\ \
| * | Trivial: Update pypi url to new urlmelissaml2018-04-211-1/+1
| |/
* | mock: Apply autospec to a mock's return_valueClaudiu Belu2018-03-292-1/+8
|/
* mock: Properly patch mock.MagicMock3.4.1Claudiu Belu2018-03-282-3/+9
* make the CaptureOutput fixture easier to controlDoug Hellmann2018-03-193-7/+43
* mock: Fixes mock.patch.multiple autospecClaudiu Belu2018-01-092-1/+13
* Adds mock autospec fixtureClaudiu Belu2018-01-062-0/+289
* Merge "Remove oslotest.mockpatch"3.0.0Zuul2017-10-311-35/+0
|\
| * Remove oslotest.mockpatchThomas Bechtold2017-08-211-35/+0
* | Deprecate oslotest.functionalThomas Bechtold2017-08-211-0/+6
|/
* Use assertIsNone(...) instead of assertIs(None,...)lingyongxu2017-07-182-8/+8
* Using fixtures instead of deprecated mockpatch moduleLuong Anh Tuan2017-07-122-6/+6
* Merge "A DisableModules fixture that removes modules from path"2.10.0Jenkins2016-08-232-0/+78
|\
| * A DisableModules fixture that removes modules from pathJamie Lennox2016-07-062-0/+78
* | Import mock so that it works on Python 3.x2.8.0Danek Duvall2016-07-292-2/+2
* | Fix parameters of assertEqual are misplacedyan.haifeng2016-07-222-9/+9
|/
* Remove mockpatch re-implementations2.5.0Brant Knudson2016-04-132-112/+17
* move unit tests into the oslotest package2.2.0Doug Hellmann2016-02-189-0/+558
* Hack to get back stopall cleanup behavior featureDavanum Srinivas2016-02-171-6/+21
* mockpatch: deprecate in favor of native fixturesJulien Danjou2015-11-161-0/+6
* Fixup docstringsBrant Knudson2015-09-241-9/+11
* Allow TRACE and integer logging levels for 'OS_DEBUG'1.10.0Joshua Harlow2015-07-271-4/+19
* Allow ``OS_DEBUG`` environment variable to specify log level.Jon Grimm2015-06-172-5/+16
* Add CreateFileWithContent fixtureDoug Hellmann2015-06-122-16/+78
* Create ConfigureLogging fixtureDoug Hellmann2015-06-122-15/+68
* Create CaptureOutput fixtureDoug Hellmann2015-06-122-6/+57
* Create Timeout wrapper fixtureDoug Hellmann2015-06-122-8/+37
* Document the mock attribute for mockpatchBrant Knudson2015-06-091-15/+29
* Merge "Add class to deal with clouds.yaml support"Jenkins2015-06-031-0/+59
|\
| * Add class to deal with clouds.yaml supportMonty Taylor2015-05-141-0/+59
* | Merge "Remove six.moves call"Jenkins2015-05-212-2/+1
|\ \ | |/ |/|
| * Remove six.moves callJulien Danjou2015-01-152-2/+1
* | mockpatch: factorize codeJulien Danjou2015-04-031-30/+17
* | mockpatch: fix a potential race conditionJulien Danjou2015-03-121-3/+3
* | Restore missing module for pre-release test scriptDoug Hellmann2015-02-202-0/+48
* | Set a higher default for maxDiffAlex Meade2015-02-061-0/+7
|/