mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-01-27 10:57:33 +01:00
dd23846059
- [nexus] Switch bot - [bot] Added extra receivers functionality GitOrigin-RevId: 68fc32d3e79ff411758f54f435fe8680fc42dead
8 lines
163 B
Python
8 lines
163 B
Python
import os
|
|
import sys
|
|
|
|
import pytest
|
|
|
|
if __name__ == '__main__':
|
|
sys.exit(pytest.main([os.path.dirname(__file__), '-vvv', '-W', 'ignore::DeprecationWarning']))
|