mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-11 17:00:59 +00:00
Unfortunately it's not possible to automatically enable features for `cargo test`. See https://github.com/rust-lang/cargo/issues/2911. As a workaround to allow for using example domains for unit- and integration tests, we introduce a new feature, `check_example_domains`, which is disabled by default for normal users. The feature gets activated for the integration test which checks that the example domain exclusion works as expected.
7 lines
169 B
Markdown
Vendored
7 lines
169 B
Markdown
Vendored
http://example.com
|
|
https://github.com/rust-lang/rust
|
|
https://example.com
|
|
http://example.org
|
|
https://www.rust-lang.org/
|
|
http://foo.example.org
|
|
http://example.net/foo/bar
|