Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Jan 3, 2024
1 parent 92dbda4 commit 12223b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/run_tests_within_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ export KB_AUTH_TOKEN=`cat /kb/module/work/token`
export PYTHONPATH=$script_dir/../lib:$PATH:$PYTHONPATH

# Set TEST_PATH to run a specific test. Eg: TEST_PATH=test.core.update_taxon_assignments_test
# export TEST_PATH=.
export TEST_PATH=test.core.update_taxon_assignments_test
export TEST_PATH=.

cd $script_dir/../test
python -m nose --with-coverage --cover-package=GenomeFileUtil --cover-html --cover-html-dir=/kb/module/work/test_coverage --cover-xml --cover-xml-file=/kb/module/work/test_coverage/coverage.xml --nocapture --nologcapture $TEST_PATH
Expand Down

0 comments on commit 12223b3

Please sign in to comment.