Furthered test coverage

This commit is contained in:
Ege Emir Özkan
2020-08-10 04:40:47 +03:00
parent 5077629855
commit efe8ef1d5c
4 changed files with 40 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
# Datalite
[![Maintainability](https://api.codeclimate.com/v1/badges/9d4ce56bfbd3b63649be/maintainability)](https://codeclimate.com/github/ambertide/datalite/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/9d4ce56bfbd3b63649be/test_coverage)](https://codeclimate.com/github/ambertide/datalite/test_coverage)
[![PyPI version shields.io](https://img.shields.io/pypi/v/datalite.svg)](https://pypi.python.org/pypi/datalite/)
[![PyPI license](https://img.shields.io/pypi/l/datalite.svg)](https://pypi.python.org/pypi/datalite/)
Datalite is a simple Python
package that binds your dataclasses to a table in a sqlite3 database,