You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
310 B
Python
13 lines
310 B
Python
9 years ago
|
#!/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
|