Skip to content

Conversation

@shx2
Copy link

@shx2 shx2 commented Nov 10, 2016

Plus some minor changes:

  • added unittests to test reset() functionality
  • fixed a minor bug in init.py where py2 module was import first when running on py3
  • prevent pyc files from being written during unittests, to protect later tests from finding pyc files written by earlier tests

NOTE: reset() and uninstall() don't fully work in py2, and their tests currently fail on py2,
until issue#2 is resolved (#2)

Plus some minor changes:
- added unittests to test reset() functionality
- fixed a minor bug in __init__.py where py2 module was import first when running on py3
- prevent pyc files from being written during unittests, to protect later tests from finding pyc files written by earlier tests

NOTE: reset() and uninstall() don't fully work in py2, and their tests currently fail on py2,
until issue#2 is resolved (elfsternberg#2)
Copy link
Owner

@elfsternberg elfsternberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work. I'm not happing with elif; I think it's a bad semantic that Python shouldn't have adopted, but oh well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants