aboutsummaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/test.py b/test.py
deleted file mode 100755
index a59f33b..0000000
--- a/test.py
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-import os
-
-import nose.core
-
-if 'NOSE_TESTMATCH' not in os.environ:
- os.environ['NOSE_TESTMATCH'] = '(?:^|[./])test(_|$)'
-
-if 'NOSE_WITH_DOCTEST' not in os.environ:
- os.environ['NOSE_WITH_DOCTEST'] = '1'
-
-if __name__ == '__main__':
- nose.core.run()