Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Fix tests #74

Merged
merged 1 commit into from
Nov 7, 2014
Merged

Fix tests #74

merged 1 commit into from
Nov 7, 2014

Conversation

Nurdok
Copy link
Member

@Nurdok Nurdok commented Jun 27, 2014

Test worked on first run and failed on the second run.
The reason for this is the reference to __file__ in test.py.
The problem is that after the first run, __file__ points to the .pyc file instead of the original .py file which makes pep257 fail (because it requires the source).

Test worked on first run and failed on the second run.
The reason for this is the reference to `__file__` in `test.py`.
The problem is that after the first run, `__file__` points to the `.pyc` file instead of the original `.py` file which makes `pep257` fail (because it requires the source).
@Nurdok Nurdok changed the title Fix tests. Fix tests Jun 28, 2014
Nurdok added a commit that referenced this pull request Nov 7, 2014
@Nurdok Nurdok merged commit 10b3bba into PyCQA:master Nov 7, 2014
@Nurdok Nurdok deleted the fix-tests branch December 19, 2014 19:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant