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-13 | Update `valid_header` to pass check for duplicated headers | Frederick Muriuki Muriithi | |
2022-04-11 | Implement MVI for headers validity checking function | Frederick Muriuki Muriithi | |
Add a minimum viable implementation that passes the tests for the function that checks for the validity of the headers | |||
2022-04-11 | Add tests for headers | Frederick Muriuki Muriithi | |
* Add tests to check for validity of the headers * Add stubs for the tests |