-
I think we should migrate Enki to using py.test. It's really an amazing framework; fixtures, in particular, are very helpful. Also, it has a pytest-qt plugin to make testing pyqt apps much easier. py.…
-
https://github.com/BrandonBlair/elegantframeworks/blob/config_recipe/tests/test_environment.py
https://github.com/BrandonBlair/elegantframeworks/blob/config_recipe/tests/conftest.py
https://docs.p…
-
Hi,
I've encountered a situation that I couldn't find a way to solve (in a clean way) with pytest current abilities, and thought it is general enough to include in the core project instead of just h…
-
=================================== ERRORS ====================================
______________________ ERROR at setup of testfromcamera _______________________
file E:\PycharmProjects\tensorflow-lea…
-
The `pytest-deadfixtures` plugin search for duplicated and not used fixtures.
-
When the unit tests are run using pytest, relative paths defined in fixtures cause problems.
-
Since version 3 psycopg supports asynchronous cursors as part of the core lib. As I am writing a modern async server, I ran into the issue this module only supports synchronous cursors from postgres.…
-
Need to add specific model tests for Resources and Tagging, and provide framework going forward for those types of tests for other endpoints.
- [x] CustomTag model - https://github.com/codebuddies/…
-
Hi there,
I have a use case where I will only know the port to a running instance of mongo at runtime (and I'm able to get that via a session-scoped fixture). I would like to be able to tell pytes…
-
Currently if I need to create a fixture which has scope other than `function`, I have to re-implement every built-in fixture locally. If pytest does not support calling fixtures with multiple scopes, …