revelc / pyaccumulo

Python Client Library for Apache Accumulo
Apache License 2.0
26 stars 23 forks source link

Finish test cases #1

Closed jatrost closed 11 years ago

jatrost commented 11 years ago

Finish test cases

jatrost commented 11 years ago

Finished iterator test in 27c522a03e4ff1cd3430e774465b4ba8ade6096e

coverage report
Name                             Stmts   Miss  Cover
----------------------------------------------------
pyaccumulo/__init__                150    109    27%
pyaccumulo/iterators/__init__      105      1    99%
pyaccumulo/proxy/AccumuloProxy   11509   9873    14%
pyaccumulo/proxy/__init__            1      0   100%
pyaccumulo/proxy/constants           2      2     0%
pyaccumulo/proxy/ttypes           1574   1293    18%
----------------------------------------------------
TOTAL                            13341  11278    15%
jatrost commented 11 years ago

test coverage is pretty good. Closing out for now.

Name                            Stmts   Miss  Cover
---------------------------------------------------
pyaccumulo/__init__               145     17    88%
pyaccumulo/iterators/__init__     105      1    99%
---------------------------------------------------
TOTAL                             250     18    93%