-
Notifications
You must be signed in to change notification settings - Fork 94
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
Standardize a bit std/validity tests #324
Conversation
If you guys have other ideas to standardize a bit the tests I am here |
I work on a
maybe i can make a pull request quickly ? |
this simplify test code, just call |
So I checked we have just one test that have "Hello, Amber!" so it isn't worth it a placeholder as we manipulate strings a lot. |
maybe many test can be rewrite with
|
this also a Standardization of test |
Maybe it is better something like "Succeed", we have tests with |
running in tmp directory can be explicit, not all test require files/directories creation. |
Implemented for stdlib/validity tests the default value. About your code I think that is better to run all the tests in a temporary folder so they are sandboxed, and inside it is created another folder. |
Ref #319