Skip to content
Snippets Groups Projects
Commit 4a85d406 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add base-build subcmd test; Add more command tests

parent dc920de6
No related branches found
No related tags found
1 merge request!14Base build
...@@ -58,18 +58,24 @@ test: ...@@ -58,18 +58,24 @@ test:
- bdt -? - bdt -?
- bdt --help - bdt --help
- bdt lasttag --help - bdt lasttag --help
- bdt lasttag -vv bob/bob.devtools
- bdt changelog --help - bdt changelog --help
- bdt changelog -vv bob/bob.devtools changelog.md
- bdt release --help - bdt release --help
- bdt release -vvd changelog.md
- bdt visibility --help - bdt visibility --help
- bdt visibility -vv bob/bob.devtools
- bdt dumpsphinx --help - bdt dumpsphinx --help
- bdt dumpsphinx https://docs.python.org/3/objects.inv > /dev/null - bdt dumpsphinx https://docs.python.org/3/objects.inv > /dev/null
- bdt create --help - bdt create --help
- bdt build --help - bdt build --help
- bdt getpath --help - bdt getpath --help
- bdt getpath -vv bob/devtools README.rst
- bdt caupdate --help - bdt caupdate --help
- bdt new --help - bdt new --help
- bdt new -t "New package" -o bob.foobar bob/bob.foobar "John Doe" "joe.doe@example.com" - bdt new -t "New package" -o bob.foobar bob/bob.foobar "John Doe" "joe.doe@example.com"
- bdt ci --help - bdt ci --help
- bdt ci base-build --help
- bdt ci build --help - bdt ci build --help
- bdt ci base-deploy --help - bdt ci base-deploy --help
- bdt ci deploy --help - bdt ci deploy --help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment