Skip to content
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

swap unittest with pytest #58

Closed
eltonlaw opened this issue Jul 2, 2019 · 0 comments
Closed

swap unittest with pytest #58

eltonlaw opened this issue Jul 2, 2019 · 0 comments

Comments

@eltonlaw
Copy link
Owner

eltonlaw commented Jul 2, 2019

mainly replace self.* methods with assert + some additional clean up

@eltonlaw eltonlaw mentioned this issue Jul 13, 2019
eltonlaw added a commit that referenced this issue Jul 28, 2019
For `test/imputation/ts/test_moving_window.py` a pytest.fixture needed
to be used so that tests didn't interfere with each other. For the
future we will probably want to convert everything to use fixtures so
no weird errors occur.
eltonlaw added a commit that referenced this issue Jul 28, 2019
For `test/imputation/ts/test_moving_window.py` a pytest.fixture needed
to be used so that tests didn't interfere with each other. For the
future we will probably want to convert everything to use fixtures so
no weird errors occur.
eltonlaw added a commit that referenced this issue Jul 28, 2019
For `test/imputation/ts/test_moving_window.py` a pytest.fixture needed
to be used so that tests didn't interfere with each other. For the
future we will probably want to convert everything to use fixtures so
no weird errors occur.
eltonlaw added a commit that referenced this issue Jul 28, 2019
For `test/imputation/ts/test_moving_window.py` a pytest.fixture needed
to be used so that tests didn't interfere with each other. For the
future we will probably want to convert everything to use fixtures so
no weird errors occur.
eltonlaw added a commit that referenced this issue Jul 28, 2019
[#58] swap unittest with pytest
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

No branches or pull requests

1 participant