We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a4f8f commit 25ca7e8Copy full SHA for 25ca7e8
.github/workflows/run-tests.yml
@@ -15,4 +15,5 @@ jobs:
15
- uses: actions/setup-python@v5
16
with:
17
python-version: "3.x"
18
+ - run: pip install -r requirements.txt
19
- run: python -m unittest discover -s tests
tests/support.py
@@ -3,7 +3,6 @@
3
4
# -------------------------------- Imports ----------------------------------- #
5
6
-
7
# Support functions borrowed from CPython's test.support
8
@contextlib.contextmanager
9
def import_scripts(dir='..'):
0 commit comments