Skip to content

Commit

Permalink
Update missing vpts to VPTS conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhoey committed Aug 23, 2023
1 parent 776a3b4 commit 8980885
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/test_vph5_to_vpts.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ def test_e2e_cli(s3_inventory, path_inventory, tmp_path):
["--modified-days-ago", str(3)])

# Check individual steps of the CLI command
assert "Create 1 daily vpts files" in result.output
assert "Create 1 monthly vpts files" in result.output
assert "Finished vpts update procedure" in result.output
print(result.output)
assert "Create 1 daily VPTS files" in result.output
assert "Create 1 monthly VPTS files" in result.output
assert "Finished VPTS update procedure" in result.output
assert result.exception is None

# Compare resulting coverage file with reference coverage ---------------------
Expand Down

0 comments on commit 8980885

Please sign in to comment.