Skip to content

Commit

Permalink
Compy fixes for rc3 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 authored Jul 26, 2023
1 parent d56b7e3 commit 7420817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/generated/directions_compy.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cd /compyfs/www/zppy_test_resources/expected_bundles
find . -type f -name '*.png' > ../image_list_expected_bundles.txt
cd <top level of zppy repo>
# Rerun test
python -u -m unittest tests/integration/test_bundles_compy.py
python -u -m unittest tests/integration/test_bundles.py
```

### test_campaign
Expand Down Expand Up @@ -83,7 +83,7 @@ cd /compyfs/www/zppy_test_resources/expected_complete_run
find . -type f -name '*.png' > ../image_list_expected_complete_run.txt
cd <top level of zppy repo>
# Rerun test
python -u -m unittest tests/integration/test_complete_run_compy.py
python -u -m unittest tests/integration/test_complete_run.py
```

### test_defaults
Expand Down

0 comments on commit 7420817

Please sign in to comment.