test(grocy): added unit tests for add, find_all, delete, to_grocy,etc

BREAKING_CHANGE: changed findAll to find_all

style: clean up code
This commit is contained in:
Aerex
2019-01-20 22:53:06 -08:00
parent 77f3b06e11
commit 1b220db744
5 changed files with 269 additions and 49 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ bin/
lib/
.tox/*
*.egg-info
.eggs/