fix some problems with old python
This commit is contained in:
@@ -499,7 +499,7 @@ class Tester:
|
||||
|
||||
end = now()
|
||||
|
||||
print(f"{"=" * 30}")
|
||||
print("=" * 30)
|
||||
print(f"{result.passed()}/{result.n()} tests passed in {end - start}ms")
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user