summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-08-27 17:19:18 +0200
committerAnthon van der Neut <anthon@mnt.org>2015-08-27 17:19:18 +0200
commit50ac90d1e4af4b1e6ff2472a84bacc2f45414414 (patch)
tree17af766f75ea2c04c35907d60ea3efb3612c793b /_test
parent93e249469454df3c83e7bd29359d460baf29e9f6 (diff)
downloadruamel.base-50ac90d1e4af4b1e6ff2472a84bacc2f45414414.tar.gz
- add licenseHEADmaster
- flake8 in tox
Diffstat (limited to '_test')
-rw-r--r--_test/test_base.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/_test/test_base.py b/_test/test_base.py
index cd49d07..ef87b5d 100644
--- a/_test/test_base.py
+++ b/_test/test_base.py
@@ -2,11 +2,13 @@
from __future__ import print_function
-import pytest
+import pytest # QAOK
+
# default for tox stub is to Fail
def test_base():
import ruamel
with pytest.raises(ImportError):
import ruamel.std
+ print(ruamel.std.__file__) # to suppress flake msg
assert True