Skip to content

Commit

Permalink
Replace nose & nose-tap with pytest-tap
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Dec 11, 2023
1 parent 447ba95 commit 7334a79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pylint:

.PHONY: test
test:
nosetests -v --with-coverage --cover-erase --cover-package=tcms_tap_plugin
pytest -v --cov=tcms_tap_plugin


.PHONY: tap
Expand Down
4 changes: 2 additions & 2 deletions devel.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r requirements.txt

nose
nose-tap
coverage
flake8
pylint
pytest-coverage
pytest-tap
twine
pyOpenSSL
readme_renderer[md]
2 changes: 1 addition & 1 deletion tests/bin/make-tap
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Execute this from the project root directory

nosetests --with-tap --tap-stream 2> output.tap
pytest --tap >output.tap
./tcms-tap-plugin --verbose output.tap tests/data/traceback.tap

0 comments on commit 7334a79

Please sign in to comment.