Skip to content
Snippets Groups Projects
Commit c92867a3 authored by Manuel Günther's avatar Manuel Günther
Browse files

Added possibility to run gridtk tests in the xbob.db.aggregator

parent b6998a38
Branches
Tags
No related merge requests found
...@@ -4,3 +4,4 @@ import manager ...@@ -4,3 +4,4 @@ import manager
import local import local
import sge import sge
import easy import easy
import tests
...@@ -10,7 +10,7 @@ import time ...@@ -10,7 +10,7 @@ import time
from gridtk.models import Job from gridtk.models import Job
class DatabaseTest(unittest.TestCase): class GridTKTest(unittest.TestCase):
# This class defines tests for the gridtk # This class defines tests for the gridtk
def setUp(self): def setUp(self):
......
...@@ -23,8 +23,13 @@ setup( ...@@ -23,8 +23,13 @@ setup(
'qdel.py = gridtk.script.grid:main', 'qdel.py = gridtk.script.grid:main',
'qsub.py = gridtk.script.grid:main', 'qsub.py = gridtk.script.grid:main',
'man.py = gridtk.script.grid:main', 'man.py = gridtk.script.grid:main',
] ],
},
'bob.test' : [
'gridtk = gridtk.tests:GridTKTest',
],
},
long_description=open('README.rst').read(), long_description=open('README.rst').read(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment