You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestFileSystemNotesWriteFunctionSaveRawPlainText.test_filename_gen_one_with_password_already_exist() deliberately tests to make sure that derived duplicate filenames do NOT result in data loss, instead a similar named file will be created. The current code always warns when this happens.
Consider adding a new option (dictionary, class) parameter into note_contents_save_filename() / note_contents_save_native_filename() to allow more options without an API change to allow this to be disabled (temporarily) when this one test is ran.
The text was updated successfully, but these errors were encountered:
Impacts same test for multiple file types:
Results in successful test and warnings to stderr:
TestFileSystemNotesWriteFunctionSaveRawPlainText.test_filename_gen_one_with_password_already_exist() deliberately tests to make sure that derived duplicate filenames do NOT result in data loss, instead a similar named file will be created. The current code always warns when this happens.
Consider adding a new option (dictionary, class) parameter into note_contents_save_filename() / note_contents_save_native_filename() to allow more options without an API change to allow this to be disabled (temporarily) when this one test is ran.
The text was updated successfully, but these errors were encountered: