Skip to content

Commit a4803ce

Browse files
author
Takashi Matsuo
committed
Started to cover datastore/ndb/transactions. Added a dummy 'lib' dir.
1 parent 19e88dd commit a4803ce

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

datastore/ndb/transactions/__init__.py

Whitespace-only changes.

lib/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This directory is just for preventing the vendor lib throwing an error.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deps =
1717
cover: nosexcover
1818
commands =
1919
cover: nosetests --with-gae --with-xunit --with-xcoverage \
20-
cover: --cover-tests --cover-branches --cover-min-percentage=10 \
20+
cover: --cover-tests --cover-branches --cover-min-percentage=70 \
2121
cover: --cover-inclusive --cover-erase
2222
cover: coveralls
2323
nosetest: nosetests --with-gae

0 commit comments

Comments
 (0)