Skip to content

gordonguthrie/pometo_docs_to_ct_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pometo Docs To CT Tests Rebar3 Plugin

Builds common tests from Pometo markdown documentation

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    {pometo_docs_to_ct_tests, {git, "https://github.com/gordonguthrie/pometo_docs_to_ct_tests.git", {branch, "main"}}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 pometo_docs_to_ct_tests
===> Fetching pometo_docs_to_ct_tests
===> Compiling pometo_docs_to_ct_tests
<Plugin Output>

About

A rebar3 plugin that generates common tests from markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published