summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-01-30 05:09:50 +0000
committerMatthew Peveler <matt.peveler@gmail.com>2021-01-30 05:12:55 +0000
commitdc7c3f45a8f4daecb687f964120a9d9174257e60 (patch)
treebf6ab276931efb4e1b8ced0d35484b6d58357750 /.github
parentc939a02cb497244bac966a3e7513ee6007885c64 (diff)
downloadasciidoc-py3-dc7c3f45a8f4daecb687f964120a9d9174257e60.tar.gz
move Dict classes into own module
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index da94989..a3d3930 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -64,7 +64,10 @@ jobs:
texlive-latex-base \
xsltproc
- - run: python asciidoc/asciidoc.py --doctest
+ - run: pip install -U pytest
+
+ - run: python -m asciidoc.asciidoc --doctest
+ - run: python -m pytest
- run: time python tests/testasciidoc.py run
- run: git clean -x -f doc tests/data
@@ -94,5 +97,5 @@ jobs:
with:
python-version: ${{ env.python-version }}
- - run: python asciidoc/asciidoc.py --doctest
+ - run: python -m asciidoc.asciidoc --doctest
- run: python tests/testasciidoc.py run --number 6