Skip to content

Commit

Permalink
Fix unit test module docstrings #23
Browse files Browse the repository at this point in the history
  • Loading branch information
RexBerry committed Nov 15, 2024
1 parent 12d23c2 commit 9db044e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion flight/test_files/golf_waypoint_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Main driver code for moving drone to each waypoint
Tests moving to waypoints over the golf course.
"""

import asyncio
Expand Down
2 changes: 1 addition & 1 deletion flight/test_files/hoffman_waypoint_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Main driver code for moving drone to each waypoint
Tests the waypoint move_to() function.
"""

import asyncio
Expand Down
2 changes: 1 addition & 1 deletion flight/test_files/suas_readiness_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Main driver code for moving drone to each waypoint
Tests if the drone can fly 12 miles, which is required to compete in SUAS.
"""

import asyncio
Expand Down
9 changes: 1 addition & 8 deletions flight/test_files/waypoint_state_test.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
"""
This module contains the implementation of a state machine and a kill switch
to test them in a simulated or real-world environment. It includes functionality
to check waypoints and ensure the drone remains within predefined boundaries.
Classes
-------
BoundaryPoint
A point defining a boundary for the drone's operation.
A unit test for the waypoint state.
Functions
---------
Expand Down

0 comments on commit 9db044e

Please sign in to comment.