From 5f63fd7d0e5c183e60777cf2962b0c1320f8d87f Mon Sep 17 00:00:00 2001 From: pbrod Date: Sun, 22 Nov 2015 14:29:22 +0100 Subject: [PATCH] added conftest.py --- wafo/spectrum/test/conftest.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 wafo/spectrum/test/conftest.py diff --git a/wafo/spectrum/test/conftest.py b/wafo/spectrum/test/conftest.py new file mode 100644 index 0000000..356cf9c --- /dev/null +++ b/wafo/spectrum/test/conftest.py @@ -0,0 +1,12 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +""" + Dummy conftest.py for wafo. + + If you don't know what this is for, just leave it empty. + Read more about conftest.py under: + https://pytest.org/latest/plugins.html +""" +from __future__ import print_function, absolute_import, division + +import pytest