def test_tcs3472(self): self.assertIsNone(cyanobyte_valdiate(['peripherals/TCS3472.yaml']))
def test_valid(self): self.assertIsNone( cyanobyte_valdiate(['test/sampleData/validator/i2c/valid.yaml'],) )
def test_mcp4725(self): self.assertIsNone(cyanobyte_valdiate(['peripherals/MCP4725.yaml']))
def test_mcp9808(self): self.assertIsNone(cyanobyte_valdiate(['peripherals/MCP9808.yaml']))
def test_lsm303d(self): self.assertIsNone(cyanobyte_valdiate(['peripherals/LSM303D.yaml']))
def test_example(self): self.assertIsNone(cyanobyte_valdiate(['peripherals/example.yaml']))
def test_bmp280(self): self.assertIsNone(cyanobyte_valdiate(['peripherals/BMP280.yaml']))
def test_bh1750fvi(self): self.assertIsNone(cyanobyte_valdiate(['peripherals/BH1750FVI.yaml']))
def test_ads1015(self): self.assertIsNone(cyanobyte_valdiate(['peripherals/ADS1015.yaml']))