mkocka / fm-orchestrator

Forked from fm-orchestrator 7 years ago
Clone

8577d5f Fix and cleanup tests

Authored and Committed by mprahl 7 years ago
24 files changed. 982 lines added. 459 lines removed.
tests/__init__.py
file modified
+3 -1
tests/staged_data/bad.yamltests/test_views/bad.yaml
file renamed
+0 -0
tests/staged_data/base-runtime.yamltests/test_views/base-runtime.yaml
file renamed
+0 -0
tests/staged_data/fakemodule.yamltests/test_views/fakemodule2.yaml
file renamed
+1 -2
tests/staged_data/formatted_starcommand.yamltests/test_scheduler/starcommand.yaml
file renamed
+5 -0
tests/staged_data/formatted_testmodule.yaml
file added
+38
tests/staged_data/includedmodules.yamltests/test_views/includedmodules.yaml
file renamed
+0 -3
tests/staged_data/testmodule.yamltests/test_build/testmodule.yaml
file renamed
+0 -3
tests/test_build/test_build.py
file modified
+16 -10
tests/test_scheduler/test_module_wait.py
file modified
+18 -0
tests/test_views/fakemodule.yaml
file removed
-32
tests/test_views/test_views.py
file modified
+43 -28
tests/vcr-request-data/test_views.TestViews.test_submit_build
file added
+60
tests/vcr-request-data/test_views.TestViews.test_submit_build_includedmodule
file added
+60
tests/vcr-request-data/test_views.TestViews.test_submit_build_scm_non_available
file added
+60
tests/vcr-request-data/test_views.TestViews.test_submit_build_scm_parallalization
file added
+60
tests/vcr-request-data/tests.test_build.test_build.TestBuild.test_submit_build
file modified
+169 -93
tests/vcr-request-data/tests.test_build.test_build.TestBuild.test_submit_build_cancel
file modified
+104 -38
tests/vcr-request-data/tests.test_build.test_build.TestBuild.test_submit_build_concurrent_threshold
file modified
+169 -93
tests/vcr-request-data/tests.test_build.test_build.TestBuild.test_submit_build_from_yaml
file modified
+48 -34
tests/vcr-request-data/tests.test_build.test_build.TestBuild.test_submit_build_instant_complete
file modified
+42 -100
tests/vcr-request-data/tests.test_scheduler.test_module_wait.TestModuleWait.test_init_basic
file added
+60
tests/vcr-request-data/tests.test_scheduler.test_repo_done.TestRepoDone.test_a_single_match
file modified
+13 -11
tests/vcr-request-data/tests.test_scheduler.test_repo_done.TestRepoDone.test_a_single_match_build_fail
file modified
+13 -11
    Fix and cleanup tests
    
        
file modified
+3 -1
tests/staged_data/bad.yaml tests/test_views/bad.yaml
file renamed
file was renamed with no change to the file
tests/staged_data/base-runtime.yaml tests/test_views/base-runtime.yaml
file renamed
file was renamed with no change to the file
tests/staged_data/fakemodule.yaml tests/test_views/fakemodule2.yaml
file renamed
+1 -2
tests/staged_data/formatted_starcommand.yaml tests/test_scheduler/starcommand.yaml
file renamed
tests/staged_data/includedmodules.yaml tests/test_views/includedmodules.yaml
file renamed
tests/staged_data/testmodule.yaml tests/test_build/testmodule.yaml
file renamed
file modified
+16 -10
file modified
+43 -28