From fab634e3eeb456e9d5dffa2cabb9ded39c45d6b6 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 3 Jul 2017 15:05:08 -0700 Subject: Turn on Rosie CI testing to test new builds on real hardware. This introduces a skip_if module that can be used by tests to determine when they should be skipped due to the environment. Some tests have been split in order to have finer grained skip control. --- .rosie.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .rosie.yml (limited to '.rosie.yml') diff --git a/.rosie.yml b/.rosie.yml new file mode 100644 index 000000000..d0e9fe2e2 --- /dev/null +++ b/.rosie.yml @@ -0,0 +1,13 @@ +# This configuration file tells Rosie where to find prebuilt .bin files (Travis +# builds them) and where to find the tests. + +binaries: + prebuilt_s3: adafruit-circuit-python + file_pattern: bin/{board}/adafruit-circuitpython-{board}-*-{short_sha}.{extension} + +circuitpython_tests: + test_directories: + - tests/basics + - tests/circuitpython + test_helper: + - tests/skip_if.py -- cgit v1.2.3