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

Make unit tests #205

Open
balintlaczko opened this issue Mar 4, 2021 · 0 comments
Open

Make unit tests #205

balintlaczko opened this issue Mar 4, 2021 · 0 comments
Assignees
Labels

Comments

@balintlaczko
Copy link
Collaborator

This is a long-term goal, in order to keep the growing package smooth and bug-free. Currently we mostly test by running the (by now, quite long) jupyper notebook, which is better than nothing, but as the last few issues have shown, there can be bugs which only happen outside the notebook event loop/environment, which will get completely missed by this method. Ideally, we need to create unit tests that test both inside and outside a notebook-like event loop, and can be scheduled to run after every single new commit. It will take some time to write this library of tests, but we have to start somewhere... :)

@balintlaczko balintlaczko self-assigned this Mar 4, 2021
balintlaczko added a commit that referenced this issue Sep 17, 2021
balintlaczko added a commit that referenced this issue Sep 18, 2021
balintlaczko added a commit that referenced this issue Oct 1, 2021
total test coverage is now 22%
#205
balintlaczko added a commit that referenced this issue Oct 2, 2021
balintlaczko added a commit that referenced this issue Oct 2, 2021
balintlaczko added a commit that referenced this issue Oct 7, 2021
balintlaczko added a commit that referenced this issue Oct 13, 2021
#205
code coverage is now 50%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant