Skip to content

Commit

Permalink
Move custom DC tests out of server/webdriver/tests (#4465)
Browse files Browse the repository at this point in the history
Otherwise they get run as part of ./run_test.sh -w
  • Loading branch information
hqpho authored Jul 12, 2024
1 parent 03d24ad commit 10a081d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_cdc_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export FLASK_ENV=test
python3 -m venv .env
source .env/bin/activate

python3 -m pytest server/webdriver/tests/standalone/cdc/
python3 -m pytest server/webdriver/cdc_tests/
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Standalone Tests for Custom Data Commons

Similar to the parent directory, this directory contains tests that run against
Similar to the webdriver standalone tests directory, this directory contains tests that run against
deployments, though in this case the deployments are of custom DC.
File renamed without changes.
File renamed without changes.

0 comments on commit 10a081d

Please sign in to comment.