Index: tests/dg_test_script.py =================================================================== diff -u -r4cb37e8ec3d57576aea76c8aae84130d3adb3ab1 -r28c6de16995eccda5170c5385752da0cc4277183 --- tests/dg_test_script.py (.../dg_test_script.py) (revision 4cb37e8ec3d57576aea76c8aae84130d3adb3ab1) +++ tests/dg_test_script.py (.../dg_test_script.py) (revision 28c6de16995eccda5170c5385752da0cc4277183) @@ -40,6 +40,19 @@ success = dg.fill('stop') self.assertTrue(success) + @unittest.skip("Skipping test_dg_login") + def test_dg_login(self): + raise NotImplementedError + """ + # create an DG object called dg + dg = DG() + + # wait 2 seconds and then login to DG as a tester + sleep(2) + dg.cmd_log_in_to_dg() + """ + + @unittest.skip("Skipping test_dg_3") def test_dg_3(self): raise NotImplementedError