YouCompleteMe/python/ycm/tests
Homu d55b5c09d6 Auto merge of #2394 - micbou:move-client-tests, r=Valloric
[READY] Move client tests to the main tests folder

This makes it possible to configure all tests at a package level by implementing the `setUpPackage` and `tearDownPackage` functions in `python/ycm/tests/__init__.py` file.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2394)
<!-- Reviewable:end -->
2016-10-26 07:46:33 +09:00
..
client Move client tests to the main tests folder 2016-10-20 00:24:38 +02:00
testdata Add tests for current directory 2016-10-18 02:22:28 +02:00
__init__.py Add tests for current directory 2016-10-18 02:22:28 +02:00
base_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00
completion_test.py Add tests for current directory 2016-10-18 02:22:28 +02:00
diagnostic_filter_test.py Update to use appropriate test_utils package after rebase 2016-10-22 23:33:43 -04:00
event_notification_test.py Add tests for current directory 2016-10-18 02:22:28 +02:00
omni_completer_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00
paths_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00
postcomplete_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00
syntax_parse_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00
test_utils.py Use helper function to get current directory 2016-10-18 15:35:51 +02:00
vimsupport_test.py Add tests for current directory 2016-10-18 02:22:28 +02:00
youcompleteme_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00