Skip to content

Commit

Permalink
remove test case, IBMStreams#2285
Browse files Browse the repository at this point in the history
  • Loading branch information
markheger committed Apr 6, 2020
1 parent b149bf3 commit 10adb7e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/python/scripts/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,3 @@ def test_submit_bundle(self):
os.remove(sr['bundlePath'])
os.remove(sr['jobConfigPath'])

def test_simple_main(self):
args = self._service_args()
args.append('--main-composite')
args.append('Main')
with unittest.mock.patch('sys.argv', args):
self.assertRaises(ValueError, streamsx.scripts.runner.main)

0 comments on commit 10adb7e

Please sign in to comment.