adds tests for crc
This commit is contained in:
7
tests/context.py
Normal file
7
tests/context.py
Normal 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
|
Reference in New Issue
Block a user