diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | metadata.yaml | 1 | ||||
| -rw-r--r-- | test_requirements.txt | 1 | 
3 files changed, 2 insertions, 1 deletions
| @@ -29,6 +29,7 @@ clean:  lint: .venv 	.venv/bin/flake8 --exclude hooks/charmhelpers actions $(ACTIONS) hooks tests unit_tests +	.venv/bin/charm-proof  test: .venv 	@echo Starting unit tests... diff --git a/metadata.yaml b/metadata.yaml index 8da1c77..fecb5ed 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,7 +1,6 @@  name: mongodb  summary: An open-source document database, and the leading NoSQL database  maintainers: - - Juan Negron <juan.negron@canonical.com>  - Marco Ceppi <marco@ceppi.net>  - Charles Butler <chuck@dasroot.net>  description: | diff --git a/test_requirements.txt b/test_requirements.txt index 781082c..f85377f 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -3,3 +3,4 @@ mock>=1.0.1  nose>=1.3.1  flake8  filelock +charm-tools | 
