aboutsummaryrefslogtreecommitdiff
path: root/tools/interface_generator/pytest_wrapper.py
blob: b4def3be8f789d8bad82987a1c5551781d38674c (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python3

import sys
import pytest

if __name__ == "__main__":
    sys.exit(pytest.main(sys.argv[1:]))