From 6d1ff7e9665c253b26fec0f7696107ff8446185c Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 28 May 2015 11:06:12 +0100 Subject: tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses. --- tests/pyb/i2c.py.exp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/pyb/i2c.py.exp') diff --git a/tests/pyb/i2c.py.exp b/tests/pyb/i2c.py.exp index c2b982f0f..709fb412d 100644 --- a/tests/pyb/i2c.py.exp +++ b/tests/pyb/i2c.py.exp @@ -1,3 +1,11 @@ +ValueError -1 +ValueError 0 +I2C 1 +I2C 2 +ValueError 3 +I2C X +I2C Y +ValueError Z [] [76] True -- cgit v1.2.3