tests: add basic sequential cut off tests

This commit is contained in:
Michal Rakowski
2019-11-06 12:43:08 +01:00
parent 56b9ec1794
commit 2203a46319
4 changed files with 286 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Preface
This document contains guidlines and BKMs for writing tests. Following these
This document contains guidelines and BKMs for writing tests. Following these
will significantly reduce number of comments you will receive on the code
review and will speed up the process of merging your patch.