YouCompleteMe/python/ycm
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
..
client Handle scalar response from subcommands 2015-11-29 20:03:02 +01:00
tests Prevent postcomplete_tests.py from leaving mock object lying around 2015-12-21 19:38:56 +00:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Deleting obsolete code 2015-07-02 08:38:27 -07:00
diagnostic_interface.py Document YcmGetErrorCount and YcmGetWarningCount functions 2015-12-05 09:12:28 -08:00
omni_completer.py Refactored completion request creation 2014-05-27 17:38:34 -07:00
paths.py Move PathToPythonInterpreter function to YCM 2015-10-09 18:53:24 +02:00
syntax_parse.py Now extracting PHP functions. 2014-09-02 10:53:38 -07:00
test_utils.py Update buffers-related tests 2015-11-11 14:18:26 +01:00
unsafe_thread_pool_executor.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
vimsupport.py Improve :YcmToggleLogs behavior 2015-11-11 14:32:01 +01:00
youcompleteme.py Display errors raised by OnFileReadyToParse in non-diagnostics filetypes 2015-12-20 17:27:17 +00:00