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
Port utils module to pytest #1434
Conversation
@kain88-de See this is what I was saying - I don't even understand how am I getting commits from you and Oliver. |
b46c67d
to
15739d5
Compare
Woah, I squashed them into @richardjgowers's commit and it all disappeared. |
Haha, even quantified code is confused now 😆 |
Move utils module to run with pytest Get rid of staticmethods Fixed import ordering
Something very fishy here, those commits and diff disappeared into thin air. |
Can you detail the steps you followed? |
Sure
|
What I didn't understand was why was I seeing commits from Max & Oliver on doing And oddly there is a diff in the changelog!? |
.travis.yml
Outdated
@@ -23,16 +23,16 @@ env: | |||
- PYTHON_VERSION=2.7 | |||
- COVERALLS=false | |||
- NOSE_FLAGS="--processes=2 --process-timeout=400 --no-open-files --with-timer --timer-top-n 50" | |||
- NOSE_TEST_LIST="analysis auxiliary core topology utils" | |||
- NOSE_TEST_LIST="analysis auxiliary coordinates core topology" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this would revert the coordinates to use nose
7e447a7
to
d15869c
Compare
Converted test_units to use parametrize Some hacking of test_distances to use pytest features Completed moving test_distances to pytest style rewrote test_transformations into pytest style
Fix changelog
This should be good to be merged now! |
Ths is a copy of PR 1419, have cleaned up the history here.
PR Checklist