Skip to content
Snippets Groups Projects
Commit af9921d2 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-178: renamed tests so theei names express the API_under_test:...

TMSS-178: renamed tests so theei names express the API_under_test: *_functional -> *_REST_API, and *_django -> *_django_API
parent 79e1876b
No related branches found
No related tags found
1 merge request!124Resolve TMSS-178
Showing
with 41 additions and 13 deletions
...@@ -20,14 +20,14 @@ if(BUILD_TESTING) ...@@ -20,14 +20,14 @@ if(BUILD_TESTING)
DESTINATION lofar/sas/tmss/test) DESTINATION lofar/sas/tmss/test)
lofar_add_test(t_tmss_test_database) lofar_add_test(t_tmss_test_database)
lofar_add_test(t_tmssapp_specification_django) lofar_add_test(t_tmssapp_specification_django_API)
lofar_add_test(t_tmssapp_specification_functional) lofar_add_test(t_tmssapp_specification_REST_API)
lofar_add_test(t_tmssapp_scheduling_django) lofar_add_test(t_tmssapp_scheduling_django_API)
lofar_add_test(t_tmssapp_scheduling_functional) lofar_add_test(t_tmssapp_scheduling_REST_API)
lofar_add_test(t_subtask_validation) lofar_add_test(t_subtask_validation)
lofar_add_test(t_tmssapp_specification_permissions) lofar_add_test(t_tmssapp_specification_permissions)
lofar_add_test(t_tmss_session_auth) lofar_add_test(t_tmss_session_auth)
set_tests_properties(t_tmssapp_scheduling_functional PROPERTIES TIMEOUT 300) set_tests_properties(t_tmssapp_scheduling_REST_API PROPERTIES TIMEOUT 300)
set_tests_properties(t_tmssapp_specification_functional PROPERTIES TIMEOUT 300) set_tests_properties(t_tmssapp_specification_REST_API PROPERTIES TIMEOUT 300)
endif() endif()
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
# Run the unit test # Run the unit test
source python-coverage.sh source python-coverage.sh
python_coverage_test "*tmss*" t_tmssapp_scheduling_django.py python_coverage_test "*tmss*" t_tmssapp_scheduling_REST_API.py
#!/bin/sh #!/bin/sh
# Run Test # Run Test
./runctest.sh t_tmssapp_scheduling_functional ./runctest.sh t_tmssapp_scheduling_REST_API
#!/bin/sh
./runctest.sh t_tmssapp_scheduling_django
\ No newline at end of file
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
# Run the unit test # Run the unit test
source python-coverage.sh source python-coverage.sh
python_coverage_test "*tmss*" t_tmssapp_scheduling_functional.py python_coverage_test "*tmss*" t_tmssapp_scheduling_django_API.py
#!/bin/sh
./runctest.sh t_tmssapp_scheduling_django_API
\ No newline at end of file
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
# Run the unit test # Run the unit test
source python-coverage.sh source python-coverage.sh
python_coverage_test "*tmss*" t_tmssapp_specification_django.py python_coverage_test "*tmss*" t_tmssapp_specification_REST_API.py
#!/bin/sh #!/bin/sh
# Run Test # Run Test
./runctest.sh t_tmssapp_specification_functional ./runctest.sh t_tmssapp_specification_REST_API
#!/bin/sh
./runctest.sh t_tmssapp_specification_django
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
# Run the unit test # Run the unit test
source python-coverage.sh source python-coverage.sh
python_coverage_test "*tmss*" t_tmssapp_specification_functional.py python_coverage_test "*tmss*" t_tmssapp_specification_django_API.py
#!/bin/sh
./runctest.sh t_tmssapp_specification_django_API
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment