blob: 5cf3418d6ac21694777eb469b2f3f4e9df28cac8 (
plain)
1
2
3
4
5
6
7
8
|
"""
Temporary module to run legacy tests as a single pytest test case
as they're all plain asserts at module level.
"""
def test_api_v4(gl):
from tools.functional import python_test_v4
|