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 66ea1ca commit f0e90ccCopy full SHA for f0e90cc
commands/mix_test.py
@@ -556,7 +556,9 @@ def write_output(txt):
556
for i, (d, t, name) in enumerate(params.get('unlocated_tests'))
557
)
558
+ 'File: %s\n\n' % path.join(cwd, params.get('file_path'))
559
- + 'This error occurs when a test\'s name has been changed.\n'
+ + 'This error occurs when:\n'
560
+ + '* a test\'s name has been changed, or\n'
561
+ + '* the test file has unsaved changes.\n\n'
562
+ 'Reselect the tests to be run or edit _build/%s to fix the name(s).\n'
563
% FILE_NAMES.REPEAT_JSON
564
0 commit comments