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

Implement helper for entry point tests #2111

Closed
marmarek opened this Issue Jun 24, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Jun 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.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

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)
Member

marmarek commented Aug 16, 2016

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment