aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-08-02 22:28:17 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2017-08-02 22:28:17 +0200
commit2384a4e12cb029cbd6c8595fa9f3c5a666a391da (patch)
treef85afbc25f437c578c9fc7e49409b615794c930c /setup.cfg
parentfb3fe7200c129bb23777ebb2a09bf86f7644bffd (diff)
downloadee-python-2384a4e12cb029cbd6c8595fa9f3c5a666a391da.tar.gz
ee-python-2384a4e12cb029cbd6c8595fa9f3c5a666a391da.tar.bz2
ee-python-2384a4e12cb029cbd6c8595fa9f3c5a666a391da.tar.xz
ee-python-2384a4e12cb029cbd6c8595fa9f3c5a666a391da.zip
o Importing formatting tools.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..cd59717
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,9 @@
+[aliases]
+test=pytest
+
+[tool:pytest]
+addopts = --verbose
+python_files =
+ test_*.py
+ *_test.py
+ tests.py