Skip to content

Commit

Permalink
test: correct name for model status test
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Oct 6, 2023
1 parent abd48d6 commit e0bee5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd )"
BASE_DIR="$(cd "$(dirname "${SCRIPT_DIR}/../.." )" && pwd )"
cd $BASE_DIR
export PYTHONPATH=$BASE_DIR/src:$BASE_DIR/tests
export SQLALCHEMY_SILENCE_UBER_WARNING=1

# Run the development stack
./bin/run_dev.sh
Expand All @@ -20,7 +21,7 @@ export $(grep -v '^#' $BASE_DIR/.env.dev | xargs)
# Model tests
pytest -s -v tests/test_model.py::test_model_discovery
pytest -s -v tests/test_model.py::test_num_models
pytest -s -v tests/test_model.py::test_stats
pytest -s -v tests/test_model.py::test_status

# Health tests
pytest -s -v tests/test_health.py::test_health
Expand Down

0 comments on commit e0bee5d

Please sign in to comment.