Skip to content

Commit

Permalink
restore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelamb committed Nov 13, 2024
1 parent 8655b8d commit 4050e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
SYNAPSE_ACCESS_TOKEN: ${{ secrets.SYNAPSE_ACCESS_TOKEN }}
SERVICE_ACCOUNT_CREDS: ${{ secrets.SERVICE_ACCOUNT_CREDS }}
run: >
poetry run pytest tests/integration/test_commands.py --durations=0 --cov-append --cov-report=term --cov-report=html:htmlcov --cov-report=xml:coverage.xml --cov=schematic/
poetry run pytest --durations=0 --cov-append --cov-report=term --cov-report=html:htmlcov --cov-report=xml:coverage.xml --cov=schematic/
-m "not (rule_benchmark or single_process_execution)" --reruns 4 -n 8 --ignore=tests/unit
#- name: Run integration tests single process
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,11 @@ def test_generate_bulk_rna_google_sheet_manifest(
)
# Assert these files were created:
assert os.path.isfile("tests/data/example.BulkRNA-seqAssay.manifest.csv")
assert os.path.isfile("tests/data/example.BulkRNA-seqAssay.schema.json")
finally:
# Remove created files:
os.remove("tests/data/example.BulkRNA-seqAssay.manifest.csv")
os.remove("tests/data/example.BulkRNA-seqAssay.schema.json")

# TODO: remove with https://sagebionetworks.jira.com/browse/SCHEMATIC-202
# Reset config to it's default values
Expand Down

0 comments on commit 4050e71

Please sign in to comment.