Skip to content

Commit

Permalink
Use pre-recorded baseline for search ASF EOF files
Browse files Browse the repository at this point in the history
This will concern tests in test_eof.py. DB searching is tested in
test_asf_client.py
  • Loading branch information
Luc Hermitte committed Sep 11, 2024
1 parent 4bf239c commit 962e539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
echo " login asdf" >> ~/.netrc
echo " password asdf" >> ~/.netrc
chmod 600 ~/.netrc
- name: Setup cache of ASF EOF files
run: |
cp eof/tests/baseline/precise_filenames.txt ~/.cache/sentineleof/
- name: Test with pytest
run: |
python -m pytest -v --doctest-modules --ignore=eof/__main__.py

0 comments on commit 962e539

Please sign in to comment.