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:
@@ -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
|
||||
|
Reference in New Issue
Block a user