diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-01-11 17:15:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 17:15:31 -0500 |
commit | 4fdc5b786172dc165e3da052c9ab120d601a80a8 (patch) | |
tree | e6590e19b719d840c69fd054842713633151a6a3 /test_alwaysfail.py | |
parent | 3dd293c4767ad012949c5fc5056cf5f9101dd840 (diff) | |
download | jscu_refactor-4fdc5b786172dc165e3da052c9ab120d601a80a8.tar.gz |
Preliminaries for functionality testing (#29)1.3.1
* 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.
Diffstat (limited to 'test_alwaysfail.py')
-rw-r--r-- | test_alwaysfail.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |