typ
typ copied to clipboard
A simple python testing wrapper
The hook may be useful if the embedder wishes to clean up some global state (which may leak out of flaky tests) to prevent interferention with other tests that may...
Don't leak the environment's NINJA_STATUS leak into the tests, which depend on setting a custom NINJA_STATUS.
If user pass in a file that contains data about test's expected runtime, typ should be able to use it to shard the tests smarter.
Reason: If one puts paths to libraries in the beginning of sys.path when running tests, it ensures that the same version of that library is used by everyone who runs...
Currently, one can specify a list of specific test modules/classes/methods to run by giving them as positional args. Another possible behavior, which may be more convenient, would be to find...