From dace1a426b0a9b2dec4d8290370f3ba0dd882e12 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Tue, 28 Feb 2017 14:32:04 +0100 Subject: Clean up test files They are not executable anymore, and tests are now meant to be run through pytest. --- roles/lib_openshift/src/test/unit/test_oc_label.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'roles/lib_openshift/src/test/unit/test_oc_label.py') diff --git a/roles/lib_openshift/src/test/unit/test_oc_label.py b/roles/lib_openshift/src/test/unit/test_oc_label.py index 933b5f221..bccdcc5d0 100755 --- a/roles/lib_openshift/src/test/unit/test_oc_label.py +++ b/roles/lib_openshift/src/test/unit/test_oc_label.py @@ -1,14 +1,6 @@ -#!/usr/bin/env python2 ''' Unit tests for oc label ''' -# To run -# python -m unittest version -# -# . -# Ran 1 test in 0.597s -# -# OK import os import six @@ -299,7 +291,3 @@ class OCLabelTest(unittest.TestCase): def tearDown(self): '''TearDown method''' pass - - -if __name__ == "__main__": - unittest.main() -- cgit v1.2.1