neuralbertatech / neuralbertatech/natKit
Unit test Fifo
Nobody has claimed this yet.
- Dominant language
- Svelte
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/utility/fifo.py to understand pop_one(), to_list(), and extend(), then read the existing tests in test/utility/test_fifo.py. Run the FIFO test file before and after your changes. Done means these three methods have focused unit tests covering their expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100