File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,9 @@ dotnet test --verbosity normal
98
98
#### Test run with alternative behaviors
99
99
100
100
> [ !IMPORTANT]
101
- > BRUTEFORCE and LOG_LEVEL Not yet implemented
102
- > Currently, tests only have one behavior
101
+ > BRUTEFORCE and LOG_LEVEL environment variables not yet implemented.
102
+ >
103
+ > Currently tests only have one behavior.
103
104
104
105
~~ You can change test running behaviour using some environment variables as follows:~~
105
106
@@ -115,8 +116,9 @@ dotnet test --verbosity normal
115
116
#### Examples running tests with alternative behaviors
116
117
117
118
> [ !IMPORTANT]
118
- > BRUTEFORCE and LOG_LEVEL Not yet implemented
119
- > Currently, tests only have one behavior
119
+ > BRUTEFORCE and LOG_LEVEL environment variables not yet implemented.
120
+ >
121
+ > Currently tests only have one behavior.
120
122
121
123
### Install and Run using make
122
124
You can’t perform that action at this time.
0 commit comments