slac207 / cs207project

MIT License
0 stars 4 forks source link

P8 spec: Storage manager and SMTimeSeries #68

Closed brennan-ae closed 7 years ago

brennan-ae commented 7 years ago

Made classes for: FileStorageManagerInterface FileStorageManager SMTimeSeries

Added testing for FileStorageManager in test_FileStorageManager. Added testing for SMTimeSeries in test_Timeseries.
Refactored testing in test_Timeseries to (a) be more comprehensive; and (b) to test the SizedContainerTimeSeriesInterface for all its children.

brennan-ae commented 7 years ago

Addressed issues #60, #61, #62, and #65