Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d7efa commit b61a0b5Copy full SHA for b61a0b5
1 file changed
tests/commands/run_test.py
@@ -401,6 +401,10 @@ def test_get_changed_files():
401
)
402
assert files == ['CHANGELOG.md', 'setup.py']
403
404
+ # files changed in source but not in origin should not be returned
405
+ files = get_changed_files('HEAD~10', 'HEAD')
406
+ assert files == []
407
+
408
409
def test_lots_of_files(mock_out_store_directory, tempdir_factory):
410
# windows xargs seems to have a bug, here's a regression test for
0 commit comments