From b48e5c3b99fd537d223cb899e8675177d77e650c Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 11 Aug 2023 19:37:09 +0200 Subject: refactor: move html5lib test to own crate to fix `cargo test` Previously `cargo test` failed because it ran the test_html5lib integration test, which depends on the integration-tests feature (so you always had to run `cargo test` with `--features integration-tests` or `--all-features`, which was annoying). This commit moves the integration tests to another crate, so that the dependency on the feature can be properly defined in a way so that `cargo test` just works and runs the test. --- integration_tests/html5lib-tests | 1 + 1 file changed, 1 insertion(+) create mode 160000 integration_tests/html5lib-tests (limited to 'integration_tests/html5lib-tests') diff --git a/integration_tests/html5lib-tests b/integration_tests/html5lib-tests new file mode 160000 index 0000000..6030cb6 --- /dev/null +++ b/integration_tests/html5lib-tests @@ -0,0 +1 @@ +Subproject commit 6030cb6e40a0cf68ae38bf0001bb85b727b80a26 -- cgit v1.2.3