comparison: src/eric7/Testing/Interfaces/PytestRunner.py
src/eric7/Testing/Interfaces/PytestRunner.py
- branch
- eric7
- changeset 10496
- f9925e08dbce
- parent 10439
- 21c28b0f9e41
- child 10534
- 783d835d7fe4
- child 10683
- 779cda568acb
equal
deleted
inserted
replaced
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 |