Test for for the DRMAA-backend of the clustercontrol
Definition at line 14 of file test_clustercontroldrmaa.py.
◆ test_no_drmaa()
def test_no_drmaa |
( |
|
self | ) |
|
Overwrite drmaa module and see what happens ...
Definition at line 61 of file test_clustercontroldrmaa.py.
61 def test_no_drmaa(self):
63 Overwrite drmaa module and see what happens ...
65 sys.modules[
'drmaa'] =
None
66 self.assertFalse(Cluster.is_supported())
◆ test_submit_and_monitor_job()
def test_submit_and_monitor_job |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: