Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developers/writing_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Running unit tests requires building a special `rspamd-test` target. If you use

To run unit tests, simply execute `test/rspamd-test -p /rspamd/lua`.

However, it's important to note that it's currently not possible to execute specific unit tests individually.
Specific unit tests can be run individually by passing their name or matching glob as the `TESTS` environment variable, e.g. `TESTS="reg*.lua" test/rspamd-test -p /rspamd/lua` to target regexp tests.

## Functional tests

Expand Down