Skip to content

Hotfix of invalid logger passed into tests into slapformat

Tomáš Peterka requested to merge hotfix/test-logger into master

I know the assertEqualCommands is a bit dangerous because computer.construct can issue extra malicious commands and we will not catch them with our tests ... but we shouldn't use logger for testing in the first place.

The whole slapformat needs thorough rewriting.

Merge request reports