-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests] split tests/ into two subdirectories #1571
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
👍 |
degemer
force-pushed
the
quentin/reorgnize-tests
branch
7 times, most recently
from
April 22, 2015 23:17
744dd7e
to
eccfcdd
Compare
Updated and ready, I added:
|
degemer
force-pushed
the
quentin/reorgnize-tests
branch
2 times, most recently
from
April 23, 2015 17:22
7b744a4
to
ee22a51
Compare
degemer
force-pushed
the
quentin/reorgnize-tests
branch
3 times, most recently
from
April 23, 2015 19:41
7066888
to
e25b78c
Compare
Nice! Just a nitpick, I am not a fan of the name |
degemer
force-pushed
the
quentin/reorgnize-tests
branch
from
April 27, 2015 16:01
e25b78c
to
0805d3c
Compare
Separate agent core tests and all checks.d tests. Even better, split checks tests into mocked tests and real integration tests. Also : - remove unused `run_check` in checks/__init__.py, which was importing from tests.common... - add a Fixtures class in tests.integrations.common to ease the use of fixtures
It displays the test coverage of `checks.d`, specifying if it's a mocked test.
degemer
force-pushed
the
quentin/reorgnize-tests
branch
from
April 27, 2015 18:05
0805d3c
to
72be48e
Compare
LGTM 👍 |
LeoCavaille
added a commit
that referenced
this pull request
Apr 27, 2015
[tests] split tests/ into two subdirectories
Awesome, thanks @brettlangdon ! |
yannmh
added a commit
that referenced
this pull request
Jun 9, 2015
PR #1571 introduced a bad regression: 'run_check' method was deleted beside it is still used on Windows to debug.
yannmh
added a commit
that referenced
this pull request
Jun 9, 2015
PR #1571 introduced a bad regression: 'run_check' method was deleted beside it is still used on Windows to debug.
Changes Unknown when pulling 72be48e on quentin/reorgnize-tests into ** on master**. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Separate agent core tests and all integration tests. I think it looks nicer and cleaner.
It's a WIP for now. I can't/don't want to run all tests locally, so I will fix them once they fail on Travis.