Skip to content

Commit 60e8d7a

Browse files
committed
doc: add a note about logunit limitations in the README.md
1 parent a375f67 commit 60e8d7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Although there are other solutions to achieve this (like e.g. using mocks and te
2828
- [Log4j2](https://logging.apache.org/log4j/2.x/)
2929

3030

31+
## Limitations
32+
33+
Because of the very nature of how logging frameworks work, LogUnit cannot be used with parallel test execution. See [this issue](https://github.com/netmikey/logunit/issues/1) for a more detailed explanation.
34+
35+
3136
## Installation
3237

3338
Add LogUnit to your project's dependencies.

0 commit comments

Comments
 (0)