示例#1
0
 def test_tcs3472(self):
     self.assertIsNone(cyanobyte_valdiate(['peripherals/TCS3472.yaml']))
示例#2
0
 def test_valid(self):
     self.assertIsNone(
         cyanobyte_valdiate(['test/sampleData/validator/i2c/valid.yaml'],)
     )
示例#3
0
 def test_mcp4725(self):
     self.assertIsNone(cyanobyte_valdiate(['peripherals/MCP4725.yaml']))
示例#4
0
 def test_mcp9808(self):
     self.assertIsNone(cyanobyte_valdiate(['peripherals/MCP9808.yaml']))
示例#5
0
 def test_lsm303d(self):
     self.assertIsNone(cyanobyte_valdiate(['peripherals/LSM303D.yaml']))
示例#6
0
 def test_example(self):
     self.assertIsNone(cyanobyte_valdiate(['peripherals/example.yaml']))
示例#7
0
 def test_bmp280(self):
     self.assertIsNone(cyanobyte_valdiate(['peripherals/BMP280.yaml']))
示例#8
0
 def test_bh1750fvi(self):
     self.assertIsNone(cyanobyte_valdiate(['peripherals/BH1750FVI.yaml']))
示例#9
0
 def test_ads1015(self):
     self.assertIsNone(cyanobyte_valdiate(['peripherals/ADS1015.yaml']))