Skip to content

failing test_sake #82

@GergelyMincsovicsPhilips

Description

...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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions