todo(3): open

This commit is contained in:
Rodney, Tiara 2025-05-01 22:26:30 +02:00
parent fcf45f22a3
commit f38f62f53e
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

13
TODO
View file

@ -73,3 +73,16 @@ Description: It's a good idea to describe the development workflow, including
contributions. contributions.
--- ---
ID: 3
Type: bugfix
Title: modularize testing further
Status: open
Priority: high
Created: 2025-05-01
Description: Since I am going to implement unit tests as well as integration
tests and probably some benchmarks, it makes sense to introduce
another sub-level directory for each type of test, say
`tests/unit/`, `tests/integration`, etc.
---