From 01957741c8bb74cec6e72c734ba0b8589efa1f72 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 15 Apr 2019 10:18:59 -0400 Subject: Add tests dir; try out inclusion into jenkinsfile Cleanup jenkinsfile. Add hook instalation script Rename jenkinsfile.test Update hook to use renamed Jenkinsfile --- tests/test_75pass.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/test_75pass.py (limited to 'tests/test_75pass.py') diff --git a/tests/test_75pass.py b/tests/test_75pass.py new file mode 100644 index 0000000..88028a7 --- /dev/null +++ b/tests/test_75pass.py @@ -0,0 +1,11 @@ +def test_75_1of4(): + assert 1==1 + +def test_75_2of4(): + assert 1==1 + +def test_75_3of4(): + assert 1==1 + +def test_75_4of4(): + assert 1==4 -- cgit