From 1602cd451a478d36df753095c99de03de4d8490e Mon Sep 17 00:00:00 2001 From: Benjamin Hall Date: Thu, 7 Nov 2024 14:11:06 -0500 Subject: [PATCH] Fix missing python test --- python/SwerveWithPathPlanner/tests/pyfrc_test.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/SwerveWithPathPlanner/tests/pyfrc_test.py diff --git a/python/SwerveWithPathPlanner/tests/pyfrc_test.py b/python/SwerveWithPathPlanner/tests/pyfrc_test.py new file mode 100644 index 0000000..90ae673 --- /dev/null +++ b/python/SwerveWithPathPlanner/tests/pyfrc_test.py @@ -0,0 +1,6 @@ +''' + This test module imports tests that come with pyfrc, and can be used + to test basic functionality of just about any robot. +''' + +from pyfrc.tests import *