Skip to content

Fix printing unsupported windows ANSI sequences

Marc Konig requested to merge qa-testing into master

Fix:

  • No longer printing unsupported ANSI sequences on windows. Instead disables colors on windows (by detecting OS environment). Shame if you emulate Bash on windows. Might be an option to enable it manually later, but unlikely.

  • Reorganize tests again, now idiomatic way of also sharing common/utility functions and constants

  • Add pretty_assertions

Edited by Marc Konig

Merge request reports