fix: record skipped and error test results (#1)

This commit is contained in:
Steven Arcangeli
2022-06-08 00:00:53 -07:00
committed by GitHub
parent e040840e65
commit fd75c18c14
2 changed files with 21 additions and 36 deletions

View File

@@ -12,6 +12,7 @@ def add_to_path():
finally:
sys.path = old_path
with add_to_path():
from neotest_python import main