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

Unit Testing #28

Closed
Soft opened this issue Aug 23, 2017 · 1 comment · Fixed by #35
Closed

Unit Testing #28

Soft opened this issue Aug 23, 2017 · 1 comment · Fixed by #35

Comments

@Soft
Copy link
Contributor

Soft commented Aug 23, 2017

Currently we have basic tests for backends in place. However, actually running these tests is arguably cumbersome as it requires a lot of setup, you have to have the patched kernel in place etc. It would be nice if we had some unit testing that maybe validated backend logic without actually requiring all the difficult-to-setup dependencies. This would make it easier to automatically run tests on the committed code. For this to work, we would likely have to mock some of the libraries.

I created this issue to track the progress of our efforts in testing Nitro.

@Soft
Copy link
Contributor Author

Soft commented Sep 25, 2017

I've started working on getting unit tests done at unit-tests branch. It is still very early but I hope to get them in a some what good state during the week.

@Soft Soft mentioned this issue Sep 29, 2017
@Wenzel Wenzel closed this as completed in #35 Feb 8, 2018
Wenzel added a commit that referenced this issue Feb 8, 2018
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

Successfully merging a pull request may close this issue.

1 participant