mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
[bazel][robotpy] Add mirror for robotpy's wpiuil and wpinet libraries (#8062)
Project import generated by Copybara. GitOrigin-RevId: 92ea93d1b47a82667044bd0af05f7fdb34d2c2c2
This commit is contained in:
12
wpinet/src/test/python/run_tests.py
Executable file
12
wpinet/src/test/python/run_tests.py
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
from os.path import abspath, dirname
|
||||
import sys
|
||||
import subprocess
|
||||
|
||||
if __name__ == "__main__":
|
||||
root = abspath(dirname(__file__))
|
||||
os.chdir(root)
|
||||
|
||||
subprocess.check_call([sys.executable, "-m", "pytest"])
|
||||
5
wpinet/src/test/python/test_wpinet.py
Normal file
5
wpinet/src/test/python/test_wpinet.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import wpinet
|
||||
|
||||
|
||||
def test_existance():
|
||||
pass
|
||||
Reference in New Issue
Block a user