-
Notifications
You must be signed in to change notification settings - Fork 6
cleanup unit tests #26
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
Comments
cleanup + use a more |
we have 2 separate issues here: the "content" of the tests (ie use smaller test arrays mostly created using ndtest) and the "format" of the tests (ie pytest syntax instead of unittest syntax). We can of course tackle both at the same time, but we do not have to. |
issue #237 should be fixed in the same time. |
to convert nosetests to pytest : |
…project#26) also self.assertEqual(a, b) -> assert a == b in commented code
we should rewrite most LArray unit tests using small-ish arrays created using ndtest() instead of the current demo-related examples.
The text was updated successfully, but these errors were encountered: