Changeset 459a982 in mod_gnutls


Ignore:
Timestamp:
Jan 5, 2020, 7:03:47 AM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
5ea6c14
Parents:
1fe7cac
git-author:
Fiona Klute <fiona.klute@…> (01/05/20 06:10:43)
git-committer:
Fiona Klute <fiona.klute@…> (01/05/20 07:03:47)
Message:

Include doctest for the mgstest Python package in test suite runs

This should help with both detecting issues in the package itself, and
making sure documentation and implementation match.

Location:
test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r1fe7cac r459a982  
    11SUBDIRS = tests
    22
    3 test_scripts = test-00_basic.bash \
     3test_scripts = doctest-mgstest.py \
     4        test-00_basic.bash \
    45        test-01_serverwide_priorities.bash \
    56        test-02_cache_in_vhost.bash \
     
    3940        test-34_TLS_reverse_proxy_h2.bash
    4041
    41 TEST_EXTENSIONS = .bash
     42TEST_EXTENSIONS = .bash .py
     43PY_LOG_COMPILER = $(PYTHON)
    4244TESTS = $(test_scripts)
    4345
     
    5860# Python tools for tests
    5961noinst_PYTHON = https-test-client.py mgstest/http.py mgstest/__init__.py \
    60         mgstest/hooks.py mgstest/services.py mgstest/tests.py runtest.py
     62        mgstest/hooks.py mgstest/services.py mgstest/tests.py runtest.py \
     63        doctest-mgstest.py
    6164
    6265# Identities in the miniature CA, server, and client environment for
Note: See TracChangeset for help on using the changeset viewer.