Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
gridtk
Commits
c92867a3
Commit
c92867a3
authored
Aug 13, 2013
by
Manuel Günther
Browse files
Added possibility to run gridtk tests in the xbob.db.aggregator
parent
b6998a38
Changes
3
Hide whitespace changes
Inline
Side-by-side
gridtk/__init__.py
View file @
c92867a3
...
...
@@ -4,3 +4,4 @@ import manager
import
local
import
sge
import
easy
import
tests
gridtk/tests/__init__.py
View file @
c92867a3
...
...
@@ -10,7 +10,7 @@ import time
from
gridtk.models
import
Job
class
Database
Test
(
unittest
.
TestCase
):
class
GridTK
Test
(
unittest
.
TestCase
):
# This class defines tests for the gridtk
def
setUp
(
self
):
...
...
setup.py
View file @
c92867a3
...
...
@@ -23,8 +23,13 @@ setup(
'qdel.py = gridtk.script.grid:main'
,
'qsub.py = gridtk.script.grid:main'
,
'man.py = gridtk.script.grid:main'
,
]
},
],
'bob.test'
:
[
'gridtk = gridtk.tests:GridTKTest'
,
],
},
long_description
=
open
(
'README.rst'
).
read
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment