Skip to content

Commit

Permalink
add pytest settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 2, 2023
1 parent 992c5f9 commit 6ec1bbe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[pytest]
minversion = 6.0
testpaths = lessons
addopts =
--tb native
--durations 16
--strict-markers
--doctest-modules
-vvv
--ignore-glob=*/Landlab_grids.ipynb
--ignore-glob=*/PracticeYourSkills-landlab.ipynb
--ignore-glob=*/PracticeYourSkills-Solution\ (DO\ not\ Remove).ipynb
--ignore-glob=*/PracticeYourSkills-Solution2\ (do\ NOT\ remove).ipynb
--ignore-glob=*/Welcome_to_TerrainBento.ipynb
--ignore-glob=*/bedrockLandslides_on_DEMs.ipynb
--ignore-glob=*/ku-eml-paleomip.ipynb
--ignore-glob=*/paleomip-processing.ipynb

0 comments on commit 6ec1bbe

Please sign in to comment.