neuralbertatech / natKit

A utility for connecting to and processing data from BCI devices
MIT License
2 stars 0 forks source link

Unit test Fifo #2

Open zacharyselk opened 1 year ago

zacharyselk commented 1 year ago

Under src/utility/fifo.py the Fifo class needs to be better unit tested (current unit tests can be found in test/utility/fifo.py.

At the moment push() and pop() are unit tested, so pop_one(), to_list(), and extend() need to be tested.