diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 0e578bf..ec56dcc 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -56,13 +56,13 @@ jobs: run: | cd virtuoso-opensource/bin ./virtuoso-t & + cd ../.. python3 scripts/wait_for_virtuoso.py if [ $? -ne 0 ]; then echo "Errore: Virtuoso non si รจ avviato correttamente" exit 1 fi - cd ../.. - + - name: Check the coverage run: | poetry run coverage run --rcfile=test/coverage/.coveragerc diff --git a/test/fix_provenance_test.py b/test/fix_provenance_test.py index e0aff80..dc85c09 100644 --- a/test/fix_provenance_test.py +++ b/test/fix_provenance_test.py @@ -130,8 +130,6 @@ def test_fix_provenance_file(self): with zf.open('se.json') as f: fixed_data = json.loads(f.read()) - print(json.dumps(fixed_data, indent=4)) - graph_data = fixed_data[0]['@graph'] snapshot_ids = {item['@id'] for item in graph_data} expected_ids = {