From 4a85d4066fced42080142112cb99b2774f542c8a Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 13 Feb 2019 17:04:19 +0100
Subject: [PATCH] Add base-build subcmd test; Add more command tests

---
 conda/meta.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 255ffca2..226dc29d 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -58,18 +58,24 @@ test:
     - bdt -?
     - bdt --help
     - bdt lasttag --help
+    - bdt lasttag -vv bob/bob.devtools
     - bdt changelog --help
+    - bdt changelog -vv bob/bob.devtools changelog.md
     - bdt release --help
+    - bdt release -vvd changelog.md
     - bdt visibility --help
+    - bdt visibility -vv bob/bob.devtools
     - bdt dumpsphinx --help
     - bdt dumpsphinx https://docs.python.org/3/objects.inv > /dev/null
     - bdt create --help
     - bdt build --help
     - bdt getpath --help
+    - bdt getpath -vv bob/devtools README.rst
     - bdt caupdate --help
     - bdt new --help
     - bdt new -t "New package" -o bob.foobar bob/bob.foobar "John Doe" "joe.doe@example.com"
     - bdt ci --help
+    - bdt ci base-build --help
     - bdt ci build --help
     - bdt ci base-deploy --help
     - bdt ci deploy --help
-- 
GitLab