From 9fef39e50aab45c8bb9d460eff54cf16e7df0ad2 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:16:37 +0200 Subject: [PATCH] Update README.md --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 93dbec21c..91afa0894 100644 --- a/tests/README.md +++ b/tests/README.md @@ -3,7 +3,7 @@ This folder holds some unit tests and a smoke test. These are run by GitHub Acti * We test with 500+ **standards conformance tests** known as the Autobahn|Testsuite where we get a full perfect score. * In the fuzzing folder you will find extensive **security fuzz testing** under AddressSanitizer, MemoySanitizer, UndefinedBehaviorSanitizer executed by Google on a daily basis. We also fuzz a short while as part of GitHub Actions. -* HTTP standards conformance tests are run on every commit, testing fragmenation, invalid chars, and the like. +* HTTP standards conformance tests are run on every commit, testing fragmentation, invalid chars, and the like. * In benchmarks folder you can find **performance testing** - we've done extensive performance testing of every commit since before we even had a single line of code. * A set of **integration smoke tests** for testing basic features against real-world "web browsers" (Deno, Node.js and Bun are the "web browsers"). * And of course in this folder you can find the very **module unit tests** that check individual modules.