YouCompleteMe/python
Ben Jackson 6029a672ee Prevent postcomplete_tests.py from leaving mock object lying around
Previously, running postcomplete_tests.py could lead to MagicMock objects being
left around within the ycm modules. This lead to random test failures in other
modules.

Further, by using mock.patch appropriately, tests withing postcomplete_tests.py
no longer rely on mocking performed by previous tests (and can be successfully
run individually)
2015-12-21 19:38:56 +00:00
..
ycm Prevent postcomplete_tests.py from leaving mock object lying around 2015-12-21 19:38:56 +00:00
test_requirements.txt Correct import of argparse 2015-11-08 23:09:41 +00:00