From 9d18105c143476016b6838b1c54f670eae2d23a5 Mon Sep 17 00:00:00 2001 From: Eric Myhre Date: Fri, 17 Jun 2022 23:28:13 -0700 Subject: [PATCH] Link to python implementation in the readme! I'm so excited to see this. (It's a very neat clean parser, too; remarkably brief.) It's first brought to my attention by the developer of it in https://github.com/warpfork/go-testmark/issues/8 , and I'm very happy to steer more eyes at it as well! --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85bcc5d..fe7f1cb 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Read on: - [go-testmark](#go-testmark) - [js-testmark](#js-testmark) - [rust-testmark](#rust-testmark) + - [python-testmark](#python-testmark) - [your-language-here-testmark](#your-language-here-testmark) - [The go-testmark Library](#this-is-go-testmark) - [Features](#features) @@ -158,6 +159,10 @@ Check out https://github.com/rvagg/js-testmark/ ! Check out https://github.com/bsundsrud/rust-testmark ! +### python-testmark + +Check out https://github.com/iameru/python-testmark ! + ### your-language-here-testmark It is _extremely easy_ to write new testmark parsers.