Skip to content

Commit

Permalink
Fix test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed May 27, 2024
1 parent c9c5251 commit b2de28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -a
. ./.env_test
set +a
coverage run --append --source='.' /usr/src/geonode/manage.py test importer.tests.end2end.test_end2end.ImporterNoCRSImportTest.test_import_geopackage_with_no_crs_table_should_raise_error_if_all_layer_are_invalid -v2 --noinput
coverage run --append --source='.' /usr/src/geonode/manage.py test importer -v2 --noinput

0 comments on commit b2de28a

Please sign in to comment.