Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gridtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
gridtk
Commits
c92867a3
Commit
c92867a3
authored
Aug 13, 2013
by
Manuel Günther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added possibility to run gridtk tests in the xbob.db.aggregator
parent
b6998a38
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
gridtk/__init__.py
gridtk/__init__.py
+1
-0
gridtk/tests/__init__.py
gridtk/tests/__init__.py
+1
-1
setup.py
setup.py
+7
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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