Last updated:
0 purchases
pytestpyq 1.2.0
Pytest fixture “q” for pyq
Once this package is installed, you can use “q” fixture
in your pytest tests:
def test_pyq(q):
q.test = [1, 2, 3]
assert q.test.count == 3
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.