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
I'll add a note to the docs about temporary files. I got the test suite running last night in GitHub actions (via a BigSur VM, the latest available in GitHub). Interestingly the same three tests fail with the same result. Something about `kMDItemAuthors` isn't right for macOS > Catalina. I'll open a separate issue for this.
tests/test_cli.py:517: AssertionError
=========================== short test summary info ============================
FAILED tests/test_cli.py::test_cli_remove - AssertionError: assert ['John Doe...
FAILED tests/test_cli.py::test_cli_backup_restore - AssertionError: assert no...
FAILED tests/test_cli.py::test_cli_order - AssertionError: assert ['John Doe'...
=================== 3 failed, 551 passed, 3 skipped in 8.14s ===================
I am able to replicate this on a machine with Big Sur. The CLI tests manipulating kMDItemAuthors fail every time BUT when I open a python REPL and shell and replicate the tests manually, line by line, everything works as expected. I believe this and the finder comment failures have something to do with the pytest environment but I can't figure out the issue.
Originally posted by @RhetTbull in #61 (comment)
The text was updated successfully, but these errors were encountered: