Mislav Vuletić
Mislav Vuletić
`typetest` should be tested end-to-end, I have no idea how to do that at the time of writing, but I know it needs to be done. `typetest-analyse` should be unit...
Add project wide documentation explaining the intricacies of the logic.
Currently, every typing test entry in the `wpm` diagram is equidistant to the next entry. I propose respecting the time duration between each entry. For example, two tests typed a...
The publishing itself should be straightforward by using [poetry](https://python-poetry.org/). Challenges: - where to store tests and results - by default, where ever the package is installed e.g. `.local/lib/python3.X/site-packages/typetest` - the...
Add a command option `--test` to be used when `--input` isn't specified. This could be used for tests that come with `typetest` and tests that `typetest-analyse` can create: - common_300...