Commit 6c641c85 authored by Jeremy Hylton's avatar Jeremy Hylton

uses the test.regrtest module from the Python regression test

parent 5c7d204b
#! /usr/bin/env python
import os
import sys
import test.regrtest
ec_tests = ["test_MultiMapping", "test_Sync", "test_ThreadLock",
"test_acquisition", "test_add", "test_binding",
"test_explicit_acquisition", "test_func_attr",
"test_method_hook"]
ec_testdir = os.path.split(sys.argv[0])[0]
test.regrtest.main(tests=ec_tests, testdir=ec_testdir)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment