diff --git a/run-tests.sh b/run-tests.sh index fa5ae42f..e8bf5213 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -40,10 +40,10 @@ for arg in $@; do keep_services=1 ;; rdm) - pytest_args+=( "tests/cds-rdm" "tests/test_cds_migrator_kit.py" ) + pytest_args+=( "tests/cds-rdm" "tests/test_cds_migrator_kit.py" "cds_migrator_kit/rdm" ) ;; videos) - pytest_args+=( "tests/cds-videos" "tests/test_cds_migrator_kit.py" ) + pytest_args+=( "tests/cds-videos" "tests/test_cds_migrator_kit.py" "cds_migrator_kit/videos/weblecture_migration" ) ;; *) pytest_args+=( ${arg} )