X-Git-Url: https://code.wpia.club/?p=motion.git;a=blobdiff_plain;f=jenkins_job.py;h=165d27643e09c5fe342f6ac1c95d8ba98dce70db;hp=56dc831df85b922c7c54f0dde76cea8f22de2fc3;hb=f3cf764d5e9ab3f2fa1327dc5db02de90fd91434;hpb=d2d47beba802d0bb49d5c6de58d965994ff80267 diff --git a/jenkins_job.py b/jenkins_job.py index 56dc831..165d276 100644 --- a/jenkins_job.py +++ b/jenkins_job.py @@ -7,7 +7,7 @@ def runner(output='python_tests_xml'): ) def find_tests(): - return unittest.TestLoader().discover('tests', 'test_motion.py') + return unittest.TestLoader().discover('tests', 'test_*.py') if __name__ == "__main__": runner().run(find_tests())