This commit is contained in:
Borislav Stanimirov
2022-01-13 10:38:17 +02:00
parent 659e1a364d
commit 6b918249af
4 changed files with 38 additions and 20 deletions

View File

@@ -41,3 +41,4 @@ Writing tests makes use of the custom integration test framework in `lib.rb`. It
* [A basic tutorial on writing integration tests.](tutorial.md)
* [A brief reference of the integration test framework](reference.md)
* Make sure you're familiar with the [idiosyncrasies](idiosyncrasies.md) of writing integration tests
* [Some tips and tricks](tips.md)