How Do The Arguments Are Being Passed To Test Functions In Tox/py.test?
I'm learning to write tests with tox. How do the arguments are being passed to test functions in tox/py.test? For example in test_simple_backup_generation from tests/test_backup_cm
Solution 1:
These are pytest fixtures provided by pytest-django and pytest itself.
Post a Comment for "How Do The Arguments Are Being Passed To Test Functions In Tox/py.test?"