Skip to content

Commit efd3b50

Browse files
[DOCUMENTATION] Minor fixes (- WIP #411 -)
Changes in file docs/Testing.md: * added missing comma * related work
1 parent decbb49 commit efd3b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ The Multicast Project includes some hooks for automating future performance test
248248
> Current performance testing is ad-hoc and focused on gathering more profiling data.
249249
250250
There is a separate test group intended for future performance testing aptly named `performance`.
251-
Currently the `performance` test group contains only empty categories named `scalability`,
251+
Currently, the `performance` test group contains only empty categories named `scalability`,
252252
`multi_sender` and `multi_receiver`.
253253

254254
| Category | _Intended_ Criteria | _TestSuites_ |
@@ -304,7 +304,7 @@ See implementation for more details.
304304
305305
#### Logging and Coverage testing
306306
307-
By default, logging from the `multicast` module is ignored (there is a [default NULLHandeler](https://github.com/search?q=repo%3Areactive-firewall%2Fmulticast%20path%3Amulticast%2F*.py%20%22addHandler(logging.NullHandler())%22&type=code)
307+
By default, logging from the `multicast` module is ignored (there is a [default NullHandler](https://github.com/search?q=repo%3Areactive-firewall%2Fmulticast%20path%3Amulticast%2F*.py%20%22addHandler(logging.NullHandler())%22&type=code)
308308
). The test-runner [`run_selective.py`](https://github.com/reactive-firewall/multicast/tree/HEAD/tests/run_selective.py)
309309
inserts its own [special log handler](https://github.com/search?q=repo%3Areactive-firewall%2Fmulticast+path%3Atests%2F*.py+ColoredStreamHandler)
310310
during testing to assist in debugging. Code coverage is only collected when invoking tests via the

0 commit comments

Comments
 (0)