Here is an example of the correct usage: | |
python no-style | |
@parameterized.expand() | |
@slow | |
def test_integration_foo(): | |
As explained at the beginning of this document, slow tests get to run on a scheduled basis, rather than in PRs CI | |
checks. |
Here is an example of the correct usage: | |
python no-style | |
@parameterized.expand() | |
@slow | |
def test_integration_foo(): | |
As explained at the beginning of this document, slow tests get to run on a scheduled basis, rather than in PRs CI | |
checks. |