-
Notifications
You must be signed in to change notification settings - Fork 74
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
(1/5) Streamline tests #29
Conversation
macfreek
commented
Mar 13, 2012
- move tests to tests directory (hopefully more tests will follow)
- spaces to tabs (closes tabs or spaces #27)
- tests uses temporary file, instead of modify bigtest.nbt inplace (closes Running tests.py changes bigtest.nbt #19)
@twoolie If you might find some time to look at these four pull requests, that would be much appreciated. I'm aware of the large amount of commits. If they are not acceptable for some reason, let me know. Any feedback is appreciated. |
Sorry, I've been pulling late shifts at work lately and very little time to myself. I'll start merging ASAP. |
No problem, take your time. Sorry to sound impatient. I just wanted to make sure these changes are fine, so I can work on HEAD without having to rebase later. |
This is a cherry-pick of 0ba7890 for tests to allow renaming without merge conflicts later on.
setup no longer imports tests as a module; travis now calls tests.py as a script.