1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-20 05:28:53 +02:00

Run tests via calling 'setup.py test'

This commit is contained in:
2022-02-17 13:28:47 +01:00
parent cb4b2389a6
commit 25a6e04e2b
19 changed files with 31 additions and 81 deletions

View File

@@ -9,9 +9,9 @@ except ImportError:
import osc.core
import osc.oscerr
import os
from common import OscTestCase
from .common import OscTestCase
FIXTURES_DIR = os.path.join(os.getcwd(), 'request_fixtures')
FIXTURES_DIR = os.path.join(os.path.dirname(__file__), 'request_fixtures')
def suite():
import unittest