-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unittest fixes, reduce output #446
Unittest fixes, reduce output #446
Commits on May 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c8acc7a - Browse repository at this point
Copy the full SHA c8acc7aView commit details -
tests: Fix args for msodde return-code test
When adapting the test a while ago, Samir forgot that this one test tested with multiple args. That was unnecessary, anyway, so removed them.
Configuration menu - View commit details
-
Copy full SHA for e250400 - Browse repository at this point
Copy the full SHA e250400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b7f267 - Browse repository at this point
Copy the full SHA 6b7f267View commit details -
tests: Specify exactly what type of error is expected from msodde
Prevent unwanted FileNotFoundError caused by wrong test code shadow actual msodde output
Configuration menu - View commit details
-
Copy full SHA for 6067550 - Browse repository at this point
Copy the full SHA 6067550View commit details -
tests: Reduce text output from oleobj tests
Instead of calling main() in current interpreter, fork a new one using call_and_capture
Configuration menu - View commit details
-
Copy full SHA for 225312a - Browse repository at this point
Copy the full SHA 225312aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bdfcf7 - Browse repository at this point
Copy the full SHA 7bdfcf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8708e4f - Browse repository at this point
Copy the full SHA 8708e4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af4c3b7 - Browse repository at this point
Copy the full SHA af4c3b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52af455 - Browse repository at this point
Copy the full SHA 52af455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b10b95 - Browse repository at this point
Copy the full SHA 4b10b95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6fb29 - Browse repository at this point
Copy the full SHA 2f6fb29View commit details -
Configuration menu - View commit details
-
Copy full SHA for b52e0e4 - Browse repository at this point
Copy the full SHA b52e0e4View commit details -
tests: Use call_and_capture to get output from msodde
This way, we get the output even in error case to simplify debugging
Configuration menu - View commit details
-
Copy full SHA for acb05d3 - Browse repository at this point
Copy the full SHA acb05d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2be569 - Browse repository at this point
Copy the full SHA a2be569View commit details -
tests: Ensure unicode can be printed
This is kind of a hack, hope this can be removed once other branch is merged (see code comment)
Configuration menu - View commit details
-
Copy full SHA for a825872 - Browse repository at this point
Copy the full SHA a825872View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3dbed9 - Browse repository at this point
Copy the full SHA f3dbed9View commit details