...FE
ERROR: test_get_help (main.TestActsFunction)
Traceback (most recent call last):
File "D:\git\sake\test_sake.py", line 83, in test_get_help
self.assertEqual(acts.get_help(yaml.load(self.mock_sakefile_for_help)),
TypeError: load() missing 1 required positional argument: 'Loader'
======================================================================
FAIL: test_get_all_outputs (main.TestActsFunction)
Traceback (most recent call last):
File "D:\git\sake\test_sake.py", line 87, in test_get_all_outputs
self.assertEqual(sorted(acts.get_all_outputs({'output': ['./tmp/*']})),
AssertionError: Lists differ: ['./tmp\file1.json', './tmp\file1.txt', './tmp\file2.txt'] != ['./tmp/file1.json', './tmp/file1.txt', './tmp/file2.txt']
First differing element 0:
'./tmp\file1.json'
'./tmp/file1.json'
- ['./tmp\file1.json', './tmp\file1.txt', './tmp\file2.txt']
? ^^ ^^ ^^
- ['./tmp/file1.json', './tmp/file1.txt', './tmp/file2.txt']
? ^ ^ ^
Ran 5 tests in 0.009s
FAILED (failures=1, errors=1)
...FE
ERROR: test_get_help (main.TestActsFunction)
Traceback (most recent call last):
File "D:\git\sake\test_sake.py", line 83, in test_get_help
self.assertEqual(acts.get_help(yaml.load(self.mock_sakefile_for_help)),
TypeError: load() missing 1 required positional argument: 'Loader'
======================================================================
FAIL: test_get_all_outputs (main.TestActsFunction)
Traceback (most recent call last):
File "D:\git\sake\test_sake.py", line 87, in test_get_all_outputs
self.assertEqual(sorted(acts.get_all_outputs({'output': ['./tmp/*']})),
AssertionError: Lists differ: ['./tmp\file1.json', './tmp\file1.txt', './tmp\file2.txt'] != ['./tmp/file1.json', './tmp/file1.txt', './tmp/file2.txt']
First differing element 0:
'./tmp\file1.json'
'./tmp/file1.json'
? ^^ ^^ ^^
? ^ ^ ^
Ran 5 tests in 0.009s
FAILED (failures=1, errors=1)