CarletonURocketry / ground-station

The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
https://carletonurocketry.github.io/ground-station/
MIT License
7 stars 6 forks source link

Failing `test_json_packets.py` #69

Closed linguini1 closed 7 months ago

linguini1 commented 7 months ago

Since I added the TestData.mission sample file, the JSON packets test is failing because the new .mission file is not in the same format. The tests should be agnostic to the missions in the missions/ directory.

Please update/remove the tests so they are either gone or are agnostic to the missions listed in the missions/ directory. The reason you're allowed to remove the tests is because much of the code it is testing will be deprecated shortly anyways.