Skip to content

Commit

Permalink
coverage/regression update
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Oct 31, 2024
1 parent bd5d6e5 commit 05e2026
Show file tree
Hide file tree
Showing 29 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,16 @@ def test_export_study(tmp_path, mock_db_core_config):
)
for file in pathlib.Path(f"{tmp_path}/export").glob("*.*"):
assert file in manifest.get_export_table_list()
# Do this a second time to check that cleanup happens
exporter.export_study(
config=mock_db_core_config,
manifest=manifest,
data_path=f"{tmp_path}/export",
archive=False,
chunksize=20,
)
for file in pathlib.Path(f"{tmp_path}/export").glob("*.*"):
assert file in manifest.get_export_table_list()


@freeze_time("2024-01-01")
Expand Down

0 comments on commit 05e2026

Please sign in to comment.