Skip to content
Snippets Groups Projects
Unverified Commit 2ec57dd8 authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

[#182] Rename 'tests' to 'test'

This fixes tests not being added to the source package.
parent 60d4b933
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,5 @@ universal = 1
[tool:pytest]
pep8ignore = E501 W602
addopts = -v --pep8 tests mwclient --cov mwclient
addopts = -v --pep8 test mwclient --cov mwclient
File moved
File moved
File moved
File moved
File moved
......@@ -5,7 +5,7 @@ deps=pytest
pytest-pep8
responses
mock
commands=py.test -v --pep8 mwclient tests
commands=py.test -v --pep8 mwclient test
[flake8]
max-line-length=90
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment