Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
pytest and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rbdixon committed Jan 3, 2019
1 parent 00351d6 commit a1a7bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -100,3 +100,4 @@ ENV/

# mypy
.mypy_cache/
test_results/
2 changes: 2 additions & 0 deletions pytest.ini
@@ -0,0 +1,2 @@
[pytest]
addopts = --basetemp=test_results

0 comments on commit a1a7bea

Please sign in to comment.