diff options
| author | holger krekel <holger@merlinux.eu> | 2012-11-23 22:32:23 +0100 |
|---|---|---|
| committer | holger krekel <holger@merlinux.eu> | 2012-11-23 22:32:23 +0100 |
| commit | cdd8f99a7b52be286de34925f4cd31990f2994fe (patch) | |
| tree | 7d03ab726b5006b939e466955c71d8d8142e299f /tests | |
| parent | 2a4a7cac656306e1530bdcc6f45bdd3743c08d36 (diff) | |
| download | tox-cdd8f99a7b52be286de34925f4cd31990f2994fe.tar.gz | |
another fix wrt to making tox fixtures importable
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 0000000..1d4bdde --- /dev/null +++ b/tests/conftest.py @@ -0,0 +1,2 @@ + +from tox._pytestplugin import * |
