fix: Misc fixes around byte encoding.

Also initialize TychoDB for each test case individually.
This commit is contained in:
kayibal
2024-08-07 13:42:13 +02:00
committed by tvinagre
parent 9df366b29d
commit 9f4503e2a9
24 changed files with 32 additions and 2485 deletions

View File

@@ -1,5 +1,5 @@
import argparse
from .runner import TestRunner
from runner import TestRunner
def main() -> None: