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 content/docs/internals/writing-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Writing Tests

## Writing tests

As of [Unikraft v0.6 (Dione)](https://unikraft.org/releases/v0.6.0), tests are a mandatory addition to new Unikraft contribuitions when contributions are of the following categories:
As of [Unikraft v0.6 (Dione)](https://unikraft.org/releases/v0.6.0), tests are a mandatory addition to new Unikraft contributions when contributions are of the following categories:

* New Unikraft core libraries (located within the core's `lib/` directory);
* New functions, methods or features; and,
Expand Down