Skip to content

Commit eaa1bd0

Browse files
committed
refactor: move unit tests into tests/unit
1 parent a65db0a commit eaa1bd0

File tree

13 files changed

+2
-2
lines changed

13 files changed

+2
-2
lines changed
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.

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ commands =
1616

1717
[testenv:pep8]
1818
commands =
19-
flake8 {posargs} gitlab/
19+
flake8 {posargs} gitlab/ tests/
2020

2121
[testenv:black]
2222
basepython = python3
2323
deps = -r{toxinidir}/requirements.txt
2424
-r{toxinidir}/test-requirements.txt
2525
black
2626
commands =
27-
black {posargs} gitlab
27+
black {posargs} gitlab tests
2828

2929
[testenv:venv]
3030
commands = {posargs}

0 commit comments

Comments
 (0)