small fixes

This commit is contained in:
James Powell
2018-10-16 04:50:33 -04:00
parent f764bbe080
commit 07de78cb05
2 changed files with 5 additions and 0 deletions

View File

@@ -90,6 +90,9 @@ executes without a `ModuleNotFoundError`, you have successfully installed
$ python -c 'import gnpy' # attempt to import gnpy
$ cd oopt-gnpy
$ pytest # run tests
Instructions for First Use
--------------------------

2
pytest.ini Normal file
View File

@@ -0,0 +1,2 @@
[pytest]
addopts = -p no:warnings