|
e9af310159
|
tests: use check_unittests func from testrunner
|
2020-03-19 10:39:34 +01: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
|
690fdb11ab
|
unittests: increase test timeout
It currently takes 1m30 to run on iotlab-m3.
|
2018-07-17 17:00:17 +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 |
|
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 |
|
|
c4f66edba1
|
tests: fix python style 'E302 expected 2 blank lines, found 1'
|
2017-11-29 17:32:06 +01:00 |
|
Hauke Petersen
|
4bdce27d02
|
test/unittests: set pexpect timeout to 60s
|
2017-10-25 15:37:37 +02:00 |
|
test
|
a9ef72ff02
|
tests: make use of testrunner
|
2016-03-05 20:36:28 +01:00 |
|
Martine Lenders
|
0f7f9fe986
|
unittests: fix for python3
|
2016-01-27 15:07:35 +01:00 |
|
Martine Lenders
|
4fb7939ab9
|
unittests: add new test runner script
|
2016-01-23 15:22:18 +01:00 |
|