Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed May 14, 2021
1 parent e03ab7b commit 83159c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ setup $(VENV)/bin/sphinx-build $(VENV)/bin/twine $(VENV)/bin/nosetests $(VENV)/b
$(VENV)/bin/pip install -e .

# Runs the unit and functional tests
tests: $(VENV)/bin/nosetests # runs all tests
$(VENV)/bin/nosetests tests --with-random --cover-erase
tests: unit functional pyopenssl


tdd: $(VENV)/bin/nosetests # runs all tests
$(VENV)/bin/nosetests tests --with-watch --cover-erase
Expand All @@ -38,7 +38,6 @@ unit: $(VENV)/bin/nosetests # runs only unit tests


pyopenssl: $(VENV)/bin/nosetests
$(VENV)/bin/pip install ndg-httpsclient
$(VENV)/bin/nosetests --cover-erase tests/pyopenssl


Expand Down
1 change: 1 addition & 0 deletions development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ tox>=3.14.5
twine>=1.15.0
urllib3>=1.25.8
boto3>=1.17.72
ndg-httpsclient>=0.5.1

0 comments on commit 83159c2

Please sign in to comment.