Difficulty running test suites #7464
JamesPeters86
started this conversation in
Features & Development
Replies: 1 comment 1 reply
-
Urgh, I see that readme hasn't been updated for years. How far does that get you? |
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
-
I apologize if this should be in the help section rather than here. It's my first time working on a major project. I'm interested in working on #4482. I decided to run the test suite so I would have something to compare against. The results I got seemed very questionable. I was wondering if there was some setup that I needed to do that's not discussed in the Dev Guide Quickstart, Dev Guide: Running Test Suite, or the tests\README. These issues seemed to mostly reside with the functional tests and they won't run at all if I don't run them alongside the unit tests. What am I doing wrong?
As a side note, __main__.py can't load the PyInstaller module. It works fine if I move it to the toplevel I'm just not sure if that is the "right" thing to do.
All tests
Just unit tests
Not great, but seemed much more reasonable.
Just functional tests
Beta Was this translation helpful? Give feedback.
All reactions