[gsoc-admin] Add test infrastructure



commit 17878d5291cf7b296aa6d43bc9fec16dfff71dbd
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date:   Wed Aug 12 18:53:57 2015 +0200

    Add test infrastructure

 setup.cfg         |    2 ++
 tests/__init__.py |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..74ba3e1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[pytest]
+python_files=*_test.py
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100644
index 0000000..d07fe49
--- /dev/null
+++ b/tests/__init__.py
@@ -0,0 +1 @@
+__author__ = 'lasse'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]