forked from kworkflow/kworkflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: unit: maintainers_test: Add failing tests
The kw 'maintainers' feature lacks tests for its multiple corner cases where it should fail. Adding such tests ensures a larger test coverage for expected behaviors of this feature, possibly preventing future accidental undesirable changes. Signed-off-by: Rodrigo Siqueira <siqueirajordao@riseup.net> Co-authored-by: Luiza Soezima <lbrsoezima@usp.br> Co-authored-by: Sabrina Araujo <sabrinaaraujo@usp.br> Signed-off-by: Lincoln Yuji <lincolnyuji@hotmail.com> Reviewed-by: Rodrigo Siqueira <siqueirajordao@riseup.net>
- Loading branch information
1 parent
278cfd4
commit defa940
Showing
2 changed files
with
184 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
From 2741c6a546f4e0b148f7211def92a8843b9e0972 Mon Sep 17 00:00:00 2001 | ||
From: kw <kw@example.net> | ||
Date: Fri, 23 May 2023 09:04:44 -0300 | ||
Subject: [PATCH 0/2] Cover letter example | ||
|
||
This is an example of a cover letter for testing purposes. | ||
There are not actual pacthes related to this file and the | ||
following modified files do not exist. | ||
|
||
kw (2): | ||
src: art3435: Add failure paths as corner cases | ||
test: unit: art3435_test: Add failing tests | ||
|
||
src/art3435.c | 34 ++++++++++++++++++ | ||
test/unit/art3435.sh | 86 ++++++++++++++++++++++++++++++++++ | ||
|
||
2 files changed, 120 insertions(+) | ||
|
||
-- | ||
2.34.1 | ||
|