1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-08-07 22:33:56 +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
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
mock==2.0.0
pytest==3.0.6
snapshottest==0.5.0