File size: 236 Bytes
5fa1a76
 
 
 
 
 
 
1
2
3
4
5
6
7
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.