Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
datascience
balsamDEPRECATED
Commits
c0bbac8a
Commit
c0bbac8a
authored
Dec 15, 2017
by
Michael Salim
Browse files
Merge branch 'release0.1' of xgitlab.cels.anl.gov:turam/hpc-edge-service into release0.1
parents
ef564083
54d5418c
Changes
7
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
c0bbac8a
...
...
@@ -52,7 +52,7 @@ setup(
keywords
=
''
,
packages
=
find_packages
(
exclude
=
[
'docs'
,
'__pycache__'
,
'data'
,
'experiments'
,
'log'
,
'tests'
]),
packages
=
find_packages
(
exclude
=
[
'docs'
,
'__pycache__'
,
'data'
,
'experiments'
,
'log'
,]),
install_requires
=
[
'django'
,
'django-concurrency'
],
...
...
tests/test_dag.py
View file @
c0bbac8a
import
sys
from
.BalsamTestCase
import
BalsamTestCase
,
cmdline
from
tests
.BalsamTestCase
import
BalsamTestCase
,
cmdline
from
balsam.service.models
import
BalsamJob
class
BalsamDAGTests
(
BalsamTestCase
):
...
...
tests/test_functional.py
View file @
c0bbac8a
...
...
@@ -8,9 +8,9 @@ import tempfile
from
importlib.util
import
find_spec
from
balsam.service.models
import
BalsamJob
from
.BalsamTestCase
import
BalsamTestCase
,
cmdline
from
.BalsamTestCase
import
poll_until_returns_true
from
.BalsamTestCase
import
create_job
,
create_app
from
tests
.BalsamTestCase
import
BalsamTestCase
,
cmdline
from
tests
.BalsamTestCase
import
poll_until_returns_true
from
tests
.BalsamTestCase
import
create_job
,
create_app
def
ls_procs
(
keywords
):
...
...
tests/test_launcher.py
View file @
c0bbac8a
import
random
import
tempfile
from
.BalsamTestCase
import
BalsamTestCase
,
cmdline
,
create_job
from
tests
.BalsamTestCase
import
BalsamTestCase
,
cmdline
,
create_job
from
balsam.launcher
import
jobreader
from
balsam.launcher.launcher
import
get_args
from
balsam.service.models
import
BalsamJob
...
...
tests/test_model.py
View file @
c0bbac8a
from
.BalsamTestCase
import
BalsamTestCase
from
tests
.BalsamTestCase
import
BalsamTestCase
from
balsam.service.models
import
BalsamJob
,
InvalidStateError
...
...
tests/test_runners.py
View file @
c0bbac8a
...
...
@@ -6,9 +6,9 @@ import sys
import
time
from
uuid
import
UUID
from
importlib.util
import
find_spec
from
.BalsamTestCase
import
BalsamTestCase
,
cmdline
from
.BalsamTestCase
import
poll_until_returns_true
from
.BalsamTestCase
import
create_job
,
create_app
from
tests
.BalsamTestCase
import
BalsamTestCase
,
cmdline
from
tests
.BalsamTestCase
import
poll_until_returns_true
from
tests
.BalsamTestCase
import
create_job
,
create_app
from
django.conf
import
settings
...
...
tests/test_worker.py
View file @
c0bbac8a
...
...
@@ -3,7 +3,7 @@ import sys
from
importlib.util
import
find_spec
import
subprocess
from
.BalsamTestCase
import
BalsamTestCase
from
tests
.BalsamTestCase
import
BalsamTestCase
from
balsam.launcher
import
worker
from
balsam.launcher.launcher
import
get_args
...
...
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