Add convenience script for running complete coverage

This commit is contained in:
Jaime van Kessel 2019-08-30 16:32:11 +02:00
parent 9b45b56e61
commit 87e0b8629a
6 changed files with 41 additions and 5 deletions

View file

@ -3,7 +3,9 @@
import configparser #To check whether the appropriate exceptions are raised.
import pytest #To register tests with.
import os.path
import sys
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
import VersionUpgrade26to27 #The module we're testing.
## Creates an instance of the upgrader to test with.