From dc7c3f45a8f4daecb687f964120a9d9174257e60 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sat, 30 Jan 2021 05:09:50 +0000 Subject: move Dict classes into own module Signed-off-by: Matthew Peveler --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.1