warpfork / go-testmark

Parse data and test fixtures from markdown files, and patch them programmatically, too.
Other
24 stars 1 forks source link

started python-testmark #8

Open iameru opened 2 years ago

iameru commented 2 years ago

Hi there. I was inspired by a talk in GPN so I took this as an exercise. I'm relatively new to (colaborative) software writing, so I didn't know how to do a pull request or how that works. Also there is two important things missing in python-testmark: some testing (ironically) and building it into a package. I will do this the next days (still learning) but for now I am happy to have you people have a quick look if I overlooked something. I'm somewhat baffled that this only took 40 lines of code.

Greetings https://github.com/iameru/python-testmark

warpfork commented 2 years ago

:bangbang: :exclamation: :bangbang:

warpfork commented 2 years ago

Your parser is very clever! Incredibly brief.

I will add a link to this to the readme in this repo immediately! Thank you!!

warpfork commented 2 years ago

Done: https://github.com/warpfork/go-testmark/commit/9d18105c143476016b6838b1c54f670eae2d23a5

Thank you for writing this! I'm over the moon about it, and hope it provides you and others value in python works!