From bff76f9e70aeeb1977af801e0fefd59a5216facc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=BCbeyde=20Civelek?= Date: Fri, 21 Aug 2026 10:36:34 +0200 Subject: [PATCH] change(tests): include rdm and videos packages --- run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} )