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

@ -1,5 +1,8 @@
# Copyright (c) 2017 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
import os.path
import sys
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
import configparser #To check whether the appropriate exceptions are raised.
import pytest #To register tests with.