Files
bproto/test/runner.py
2025-04-14 14:43:03 +02:00

5 lines
60 B
Python

import pytest
if __name__ == '__main__':
pytest.main()