Skip to content

Commit

Permalink
add dummy test with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed May 16, 2018
1 parent 86a5b75 commit b0c9a58
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pytest_cache/v/cache/nodeids
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"tests/test_dummy.py::test_dummy"
]
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ before_install:
- sudo apt-get install -y mpich fftw3-dev
# Install MONC's python libraries
- sudo apt-get install -y python-numpy python-scipy python-matplotlib ipython ipython-notebook

script: pytest
Binary file added tests/__pycache__/test_dummy.cpython-27-PYTEST.pyc
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/test_dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def test_dummy():
pass

0 comments on commit b0c9a58

Please sign in to comment.