1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-06-26 12:30:20 +02:00

module: add pytest for unit and snapshot testing with travis-ci

This commit is contained in:
cn
2018-03-14 22:46:58 +01:00
parent d6d215d1f9
commit 6aabf21cf8
10 changed files with 3213 additions and 3 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
.cache/
env/
__pycache__/
*.pyc