clint-lawrence
clint-lawrence
To maintain backward compatibility, we wouldn't do this directly. Instead, we can add a new internal method to TestClass which will be called by the sequencer, and that new method...
We often process test logs using excel. When collating logs from multiple test runs each test gets given a new sheet in an excel workbook. So this happens smoothly, it...
It's a bit hard to reason and understand about the UI interaction. Having some simple test scripts, with prompts at the start to explain what the script does (e.g. raise...
When expanding the list of script2log integration tests, it was noticed that the order of the log is mixed up when exception happen. For now, I'm creating passing tests with...
Relevant code is in src/fixate/config/__init__.py. I think it would make sense to split tpl_csv_path into two components. One which is the folder location and then the file name. Although the...