Skip to content

Commit

Permalink
add reports directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed May 3, 2024
1 parent 86c82e7 commit 15da423
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ settings.ini
# keep folders, ignore contents
logs/*
public/*
tests/data/reports/*
!logs/.gitkeep
!public/.gitkeep
!tests/data/reports/.gitkeep
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def data_path():


@pytest.fixture(scope="session")
def rewrite_data_files():
def rewrite_data_files() -> bool:
"""
If you're making changes to datasets and it's expected that previously saved data will need to
be written, then you can set this flag to True and then all saved data will be rewritten.
Expand Down
Empty file added tests/data/reports/.gitkeep
Empty file.

0 comments on commit 15da423

Please sign in to comment.