Remove tests
This commit is contained in:
parent
fb5f906c78
commit
e453762d37
3 changed files with 0 additions and 6 deletions
1
.flake8
1
.flake8
|
@ -1,6 +1,5 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude =
|
exclude =
|
||||||
tests/*
|
|
||||||
run.py
|
run.py
|
||||||
|
|
||||||
extend-ignore =
|
extend-ignore =
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
from jarvis_tasks import __version__
|
|
||||||
|
|
||||||
|
|
||||||
def test_version():
|
|
||||||
assert __version__ == "0.1.0"
|
|
Loading…
Add table
Reference in a new issue