The class LogLine() is purely used as a dataclass with no state and the only function on it is `as_dict()`. This got refactored into a new function `log_entry()` because there is no need for this to be a class. The function that takes the same inputs. |
||
|---|---|---|
| .. | ||
| cases | ||
| data | ||
| mod | ||
| run | ||
| stages | ||
| .gitignore | ||
| __init__.py | ||
| conftest.py | ||
| initrd.py | ||
| test.py | ||