fix tests on Win

This commit is contained in:
Will McGugan 2020-06-20 18:29:01 +01:00
parent 1d420db1b1
commit b5bbbfece9
4 changed files with 27 additions and 8 deletions

View file

@ -18,6 +18,7 @@ def render_log():
force_terminal=True,
log_time_format="[TIME]",
color_system="truecolor",
windows_legacy=False,
)
console.log()
console.log("Hello from", console, "!")