summaryrefslogtreecommitdiff
path: root/decoder/test/i2c
AgeCommit message (Collapse)Author
2019-04-17i2c: Add ROHM BH1750VFI test-cases.Uwe Hermann
2018-02-10i2c: add test for input stream without sample rate (identical decoder output)Gerhard Sittig
The existing test did not check the throughput annotation. Which is why the decoder output is identical for input streams with and without a sample rate specification.
2018-02-09i2c: lack of samplerate is not fatal any longerGerhard Sittig
2017-06-06Add support for initial pin settings.Uwe Hermann
Adapt all tests that require it to use the old behaviour of assuming an initial pin value of 0 (or whatever was previously hardcoded in the PD). for now (this will likely see some changes later).
2017-03-28Add a Sensirion SHT3x test-case.Uwe Hermann
2017-03-28Add a Sensirion SHT2x test-case.Uwe Hermann
2015-12-27Add OUTPUT_PYTHON test-cases for all PDs.Uwe Hermann
2015-12-25Add OUTPUT_BINARY test-cases for all PDs.Uwe Hermann
2015-10-16i2c: Add an additional test-case.Uwe Hermann
2015-04-02tests: Drop trailing newlines.Uwe Hermann
2014-09-01Add initial set of PD tests.Uwe Hermann
This is a slightly modified version of the PD test suite that was part of libsigrokdecode previously.