src/eric7/Testing/Interfaces/PytestRunner.py

branch
eric7-maintenance
changeset 10534
783d835d7fe4
parent 10460
3b34efa2857c
parent 10496
f9925e08dbce
child 10694
f46c1e224e8a
equal deleted inserted replaced
10461:5fbbda78c175 10534:783d835d7fe4
6 """ 6 """
7 Module implementing the test runner script for the 'pytest' framework. 7 Module implementing the test runner script for the 'pytest' framework.
8 """ 8 """
9 9
10 import contextlib 10 import contextlib
11 import importlib 11 import importlib.util
12 import json 12 import json
13 import os 13 import os
14 import sys 14 import sys
15 import time 15 import time
16 16

eric ide

mercurial