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

Allow skipping tests that require internet access #3

Merged
merged 1 commit into from
Dec 30, 2017
Merged

Allow skipping tests that require internet access #3

merged 1 commit into from
Dec 30, 2017

Conversation

MartijnVdS
Copy link

Test::RequiresInternet (which only depends on core Perl modules) skips
all tests in a file if the environment variable "NO_NETWORK_TESTING" is
set to a true value.

This allows installation (while still running tests) in build
environments with limited internet access.

Test::RequiresInternet (which only depends on core Perl modules) skips
all tests in a file if the environment variable "NO_NETWORK_TESTING" is
set to a true value.

This allows installation (while still running tests) in build
environments with limited internet access.
@marcbradshaw marcbradshaw merged commit 153f0fa into fastmail:master Dec 30, 2017
@marcbradshaw
Copy link
Member

Thanks for the patch, have merged this into master.

marcbradshaw added a commit that referenced this pull request Sep 13, 2019
Corrects the $self->{result_reason} variable name for $self->{details…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants