Injection framework raising exceptions when resolving from an extesion during test cases #49
Labels
🐛 bug
This issue has been reviewed and accepted as a bug
💡 enhancement
This issue/pr has been reviewed and accepted as an enhancement
Milestone
Extensions are loaded at application startup causing factories to be registered. In test cases however, this step does not get executed leading to exceptions.
A workaround is to load extensions in
conftest.py
(pytest) and call their ready method to cause factories to be registered.The text was updated successfully, but these errors were encountered: