Skip to content

Commit e70fe55

Browse files
authored
Re-enable add-tests command
1 parent 35f0e39 commit e70fe55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyfrc/mains/cli_add_tests.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ def __init__(self, parser=None):
1616
pass
1717

1818
def run(self, options, robot_class, **static_options):
19-
20-
print("tests are not yet implemented for RobotPy 2020")
21-
return 1
22-
2319
robot_file = abspath(inspect.getfile(robot_class))
2420
robot_path = dirname(robot_file)
2521

0 commit comments

Comments
 (0)