Skip to content

tool to implement -testmark- in python - a parser for data in .md files for testing and other 'eval'ing

License

Notifications You must be signed in to change notification settings

iameru/python-testmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testmark

is a testmark -> markup parser.

it parses markup for specific codeblocks beginning with a comment. The string inside of this markup then can be used for documentation in your markup but aswell be used in testing software or other stuff.

inspired by go-testmark - there is also specification.

usage

pip install python-testmark

>>> from testmark import parse
>>> parse("path-to-file.md")

have fun and good testing and evaling.

About

tool to implement -testmark- in python - a parser for data in .md files for testing and other 'eval'ing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages