test-mumu 0.1.10

Test suite plugin for the Lava language
Documentation
[[items]]
type = "singlefile"
path = "LICENSE"
groups = ["docs"]

[[items]]
type = "singlefile"
path = "NOTICE"
groups = ["docs"]

[[items]]
type = "singlefile"
path = "README.md"
groups = ["docs", "test"]

[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["test"]

[[items]]
type = "singlefile"
path = "Makefile"
groups = ["test"]

[[items]]
explain = "Test suite plugin for the Mumu ecosystem"
type = "recursive"
path = "src/"
extension = "rs"
groups = ["test"]

[[items]] 
expluin = "Documentation for the test suite"
type = "recursive"
path = "docs/"
extension = "md"
groups = ["docs"]

[[items]]
explain = "Tests for the test suite plugin for the Mumu ecosystem"
type = "recursive"
path = "tests/"
extension = "mu"
groups = ["tests"]

[[items]]
explain = "Examples for the test suite plugin for the Mumu ecosystem"
type = "recursive"
path = "examples/"
extension = "mu"
groups = ["examples"]

[[items]]
type = "remote"
description = "This is the mumu code that is a dependancy of test-mumu"
remote = "git@gitlab.com:tofo/core-mumu.git"
tag = "v0.8.0"
remote_groups = ["core", "tech"]
groups = ["core"]