Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-18 | Return errors when found or None otherwise | Frederick Muriuki Muriithi | |
This commit adds a number of functions that return the error object when an error is found, or `None` otherwise. It avoids the use of exceptions as control flow constructs. | |||
2022-04-27 | Implement command-line interface for QC of files | Frederick Muriuki Muriithi | |
2022-04-20 | Fix linting issues | Frederick Muriuki Muriithi | |
2022-04-13 | Update Exception name | Frederick Muriuki Muriithi | |
Change the exception name to be more descriptive. | |||
2022-04-11 | Implement MVP for valid_value functions | Frederick Muriuki Muriithi | |
* Implement the minimum viable functions for the average and standard error `valid_value` functions. | |||
2022-04-11 | Implement tests and stubs for functions under test | Frederick Muriuki Muriithi | |