Skip to content
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

Add dependency checking on test initialization #6

Open
tedmasterweb opened this issue May 8, 2019 · 0 comments
Open

Add dependency checking on test initialization #6

tedmasterweb opened this issue May 8, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@tedmasterweb
Copy link
Collaborator

This is a feature request to add some kind of test initialization in which, if certain system dependencies aren't met, the test is skipped with the reason why being printed to the screen.

For example, the gzip test requires both exec() not be disabled and that curl be installed and accessible on the command line. The idea is that the base class has some kind of initialization routine that sets an internal variable and runtest() only executes if the initialization flag is green. If the flag is red, the cause of the error is printed so that the end user knows what's failing and why.

@tedmasterweb tedmasterweb added the enhancement New feature or request label May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant