adds tests for crc

This commit is contained in:
Simon Albinsson
2018-04-12 15:32:43 +00:00
parent d4dc8220f7
commit ceb161c6a8
5 changed files with 20 additions and 0 deletions

7
tests/context.py Normal file
View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
import sgp30