From 723f4d79a6181b60f03f9573a394a85895f5cf03 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Thu, 10 Jun 2021 09:57:23 -0400 Subject: Start using pytest for the test framework Since we're not caring about 2.x compatibility, pytest seems to be a good candidate for this job. Obviously, there's a lot of ground to cover, but the goal is to do all future modifications with tests added so we can reduce regressions. Signed-off-by: Konstantin Ryabitsev --- tests/samples/gpg-badsig.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/samples/gpg-badsig.txt (limited to 'tests/samples/gpg-badsig.txt') diff --git a/tests/samples/gpg-badsig.txt b/tests/samples/gpg-badsig.txt new file mode 100644 index 0000000..d53e4cf --- /dev/null +++ b/tests/samples/gpg-badsig.txt @@ -0,0 +1,8 @@ +[GNUPG:] NEWSIG +[GNUPG:] KEYEXPIRED 1446574742 +[GNUPG:] KEYEXPIRED 1525881230 +[GNUPG:] KEY_CONSIDERED DE0E66E32F1FDD0902666B96E63EDCA9329DD07E 0 +[GNUPG:] KEYEXPIRED 1446574742 +[GNUPG:] KEYEXPIRED 1525881230 +[GNUPG:] KEY_CONSIDERED DE0E66E32F1FDD0902666B96E63EDCA9329DD07E 0 +[GNUPG:] BADSIG B6C41CE35664996C Konstantin Ryabitsev -- cgit v1.2.3