diff options
| author | 2015-10-11 00:15:23 +0200 | |
|---|---|---|
| committer | 2015-10-11 13:29:38 +0200 | |
| commit | f1ddf104809017784aa136ebb8ff7e2cfb96d5f4 (patch) | |
| tree | 42e28ab543cc151658151714d66a9fdd2549cc5e /tests | |
| parent | 71fb4d6c853cd3d42178758326b474b225a06425 (diff) | |
| download | youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.tar.gz youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.tar.bz2 youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.zip | |
Changed directory structure to use pyscaffold
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/conftest.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 0000000..1a40d64 --- /dev/null +++ b/tests/conftest.py | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | #!/usr/bin/env python | ||
| 2 | # -*- coding: utf-8 -*- | ||
| 3 | """ | ||
| 4 | Dummy conftest.py for youtube_podcaster. | ||
| 5 | |||
| 6 | If you don't know what this is for, just leave it empty. | ||
| 7 | Read more about conftest.py under: | ||
| 8 | https://pytest.org/latest/plugins.html | ||
| 9 | """ | ||
| 10 | from __future__ import print_function, absolute_import, division | ||
| 11 | |||
| 12 | import pytest | ||
