Replies: 1 comment 1 reply
-
That's odd! It does look like a problem. This test works fine if I run the whole file's suite (e.g.,
So there is almost certainly some kind of hidden ordering dependency here that is causing stdin to be controlled even though the test does not directly demand it. Worth looking into! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I ran the tests for this project via
python testall.py
(as explained in here), and I noticed that thetest_nonexistant_db
test intest_ui.py
asks me for feedback... I'm curious, is that supposed to happen, or are all the unittests supposed to run fully-auto w/o any user input?My environment:
OS
beets version: 1.6.1
Python version: 3.11.6
Here's a screenshot of what I'm seeing:

Beta Was this translation helpful? Give feedback.
All reactions