Skip to content

Commit

Permalink
Merge pull request #1474 from JohnVillalovos/jlvillal/mv_unit_tests
Browse files Browse the repository at this point in the history
chore: move 'gitlab/tests/' dir to 'tests/unit/'
  • Loading branch information
nejch committed May 29, 2021
2 parents 8eb911d + 1ac0722 commit 56770ce
Show file tree
Hide file tree
Showing 57 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -2,4 +2,4 @@ include COPYING AUTHORS ChangeLog.rst RELEASE_NOTES.rst requirements.txt test-re
include tox.ini .travis.yml
recursive-include tests *
recursive-include docs *j2 *.py *.rst api/*.rst Makefile make.bat
recursive-include gitlab/tests/data *
recursive-include tests/unit/data *
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -13,7 +13,7 @@ install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
pytest gitlab/tests {posargs}
pytest tests/unit {posargs}

[testenv:pep8]
basepython = python3
Expand Down Expand Up @@ -79,7 +79,7 @@ commands = python setup.py build_sphinx
[testenv:cover]
commands =
pytest --cov --cov-report term --cov-report html \
--cov-report xml gitlab/tests {posargs}
--cov-report xml tests/unit {posargs}

[coverage:run]
omit = *tests*
Expand Down

0 comments on commit 56770ce

Please sign in to comment.