Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new version with pep8 complience #1

Merged
merged 8 commits into from
Jun 30, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added conftest
  • Loading branch information
niccokunzmann committed Jun 30, 2016
commit 3fe9a95b6b2fbeb71573917aab47da49e25654ec
10 changes: 10 additions & 0 deletions kniteditor/test/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"""The test configuration

.. seealso:: `pytest reference <http://pytest.org/latest/fixture.html>
"""

import os
import sys

HERE = os.path.dirname(__file__)
sys.path.insert(0, os.path.join(HERE, "..", ".."))