Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Oct 26, 2024
1 parent b371a07 commit 9fef39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9fef39e

Please sign in to comment.