We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8472df commit 345bb30Copy full SHA for 345bb30
docs/custom.rst
@@ -4,4 +4,16 @@
4
Custom Test Support
5
===================
6
7
-Test support has not yet been upgraded for 2020.
+.. contents::
8
+
9
+pytest fixtures
10
+---------------
11
12
+.. automodule:: pyfrc.test_support.pytest_plugin
13
+ :members:
14
15
+Controlling the robot's state
16
+-----------------------------
17
18
+.. automodule:: pyfrc.test_support.controller
19
pyfrc/test_support/controller.py
@@ -8,6 +8,10 @@
class TestController:
+ """
+ Use this object to control the robot's state during tests
def __init__(self, reraise, robot: wpilib.RobotBase):
self._reraise = reraise
0 commit comments