-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
maintenanceCode cleanup/refactoring, test coverage, etc.Code cleanup/refactoring, test coverage, etc.
Description
What needs to happen?
Currently most converter tests call JsonWriter.format_trajectory_data(trajectory_data) and then verify the data in dict format. Ideally we want the converter tests to not involve JsonWriter, so we could instead:
- in converter tests, test that the
TrajectoryDataobject is correct while still a custom Python object (i.e. just usetrajectory_datarather than first converting it to dict withJsonWriter.format_trajectory_data(trajectory_data) - make separate tests for all the Writers'
format_trajectory_data(...)functions
Why should we do this?
So tests are more modular and different objects are tested separately
When does this need to get done?
2023
Metadata
Metadata
Assignees
Labels
maintenanceCode cleanup/refactoring, test coverage, etc.Code cleanup/refactoring, test coverage, etc.
Type
Projects
Status
🌳 Backlog