Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement helper for entry point tests #2111
Comments
marmarek
added this to the Release 4.0 milestone
Jun 24, 2016
marmarek
assigned
woju
Jun 24, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
marmarek
Aug 16, 2016
Member
Example of tests for which this could be used:
- devices API
- XML loading (without relying on all the QubesVM code already)
- QubesVM tests, without relying on storage implementation (plug dummy storage pool)
|
Example of tests for which this could be used:
|
woju
closed this
in
woju/qubes-core-admin@5e62d3f
Oct 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
marmarek commentedJun 24, 2016
Some tests in core3 requires to provide test object through entry point. Add some helper (most likely context manager) to temporary register such object.