Test for for the DRMAA-backend of the clustercontrol
Definition at line 21 of file test_clustercontroldrmaa.py.
◆ test_no_drmaa()
def test_no_drmaa |
( |
|
self | ) |
|
Overwrite drmaa module and see what happens ...
Definition at line 69 of file test_clustercontroldrmaa.py.
69 def test_no_drmaa(self):
71 Overwrite drmaa module and see what happens ...
73 sys.modules[
"drmaa"] =
None
74 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: