Skip to content

Commit e1690f0

Browse files
committed
Changed test library
1 parent 65066a5 commit e1690f0

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[report]
22
omit =
33
*/python?.?/*
4-
*/site-packages/nose/*
54
*__init__*

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ htmlcov/
4242
.tox/
4343
.coverage
4444
.cache
45-
nosetests.xml
4645
coverage.xml
4746

4847
# Translations

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ skip_missing_interpreters =
1010
# Default environment
1111
deps =
1212
-r{toxinidir}/requirements.txt
13-
nose
13+
pytest
1414
commands =
15-
nosetests
15+
pytest
1616

1717
[testenv:check]
1818
# Checks code rules

0 commit comments

Comments
 (0)