|
c4bba0e65d
|
tests/*: CI blacklist microbit where it fails
|
2022-04-01 13:42:01 +02:00 |
|
Leandro Lanzieri
|
d2ca66e476
|
tests: add common Kconfig configuration for sync
|
2021-01-20 17:36:14 +01:00 |
|
Leandro Lanzieri
|
ee3e3578d4
|
tests/{x,z}timer: add Kconfig configuration files
|
2021-01-19 09:31:05 +01:00 |
|
Gaëtan Harter
|
8e5422ff78
|
applications: remove 'TEST_ON_CI_WHITELIST += all'
This is now the default so not required anymore.
|
2019-08-21 12:51:17 +02:00 |
|
|
472bd0ae01
|
tests: remove obsolete local test targets
|
2018-09-07 15:13:08 +02:00 |
|
smlng
|
3893f04d00
|
tests: move testrunner import up
Testrunner is now impported as a package found in PYTHONPATH, so
import can be placed at the top of the script as usual.
|
2018-08-13 14:11:24 +02:00 |
|
smlng
|
f9824abedb
|
tests: remove unused os package import
os package is imported by every test script but only used by
a few, thus flake8 check reported errors.
|
2018-08-13 14:11:23 +02:00 |
|
smlng
|
13d61b5c20
|
tests: use testrunner from pythonlibs
Remove now obsolete sys.append from all tests, as testrunner was moved
to dist/pythonlibs as proper package.
|
2018-08-13 14:11:23 +02:00 |
|
Gaëtan Harter
|
154fbcff35
|
tests: use RIOTTOOLS variable
Follow up to #9067 and part of #8821
|
2018-05-04 10:52:26 +02:00 |
|
Francisco Acosta
|
1886256f90
|
tests: add HIL for selected test
|
2018-04-09 17:50:22 +02:00 |
|
smlng
|
9da940736b
|
tests: use python3 for tests scripts
|
2018-01-26 11:09:11 +01:00 |
|
|
4aaba0a257
|
tests/xtimer_usleep_short: make Makefile adhere to conventions
|
2017-12-21 13:23:23 +01:00 |
|
Martine Lenders
|
ba2453d320
|
Merge pull request #8247 from aabadie/pr/tests/python_E305
tests: fix python style E305
|
2017-12-13 10:52:57 +01:00 |
|
|
87b14d96c8
|
tests: fix python style E402
E402 module level import not at top of file
|
2017-12-12 22:40:03 +01:00 |
|
|
d3015f0a57
|
tests: fix python style E305
expected 2 blank lines after class or function definition, found 1
|
2017-12-12 15:43:27 +01:00 |
|
Jon Thacker
|
052beeab83
|
tests/xtimer_usleep_short: fix non set APPLICATION variable
|
2017-11-30 12:52:41 -05:00 |
|
|
c4f66edba1
|
tests: fix python style 'E302 expected 2 blank lines, found 1'
|
2017-11-29 17:32:06 +01:00 |
|
|
74b681560d
|
tests: fix python style 'E703 statement ends with a semicolon'
|
2017-11-27 17:33:48 +01:00 |
|
MichelRottleuthner
|
38a91d0a6f
|
address comments by smlng
|
2017-07-11 12:33:26 +02:00 |
|
MichelRottleuthner
|
2390ea87d8
|
tests: add small values test for xtimer_usleep
|
2017-07-11 10:37:34 +02:00 |
|