From 4fdc5b786172dc165e3da052c9ab120d601a80a8 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Fri, 11 Jan 2019 17:15:31 -0500 Subject: Preliminaries for functionality testing (#29) * Minor adjustments to allow folder-level library loading in Jenkins * Switched to default master node label * Added first pass at a functionality-testing Jenkinsfile and pytest suite. * Removed redundant `@Grab` of `github-api` library. --- test_alwaysfail.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test_alwaysfail.py (limited to 'test_alwaysfail.py') diff --git a/test_alwaysfail.py b/test_alwaysfail.py new file mode 100644 index 0000000..c3c2558 --- /dev/null +++ b/test_alwaysfail.py @@ -0,0 +1,2 @@ +def test_alwaysfail(): + assert 1==2 -- cgit