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_alwayspass.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/test_alwayspass.py (limited to 'tests/test_alwayspass.py') diff --git a/tests/test_alwayspass.py b/tests/test_alwayspass.py new file mode 100644 index 0000000..7e84d20 --- /dev/null +++ b/tests/test_alwayspass.py @@ -0,0 +1,3 @@ +def test_alwayspass(): + assert 1==1 + -- cgit