- Jan 21, 2019
-
-
cladmi authored
If not defined it was raising a KeyError. Use the 'get' function to handle non defined value. It did not put the value in the `default` case as it would have changed the behavior when `RIOTBASE` is defined but empty.
-
- Aug 13, 2018
-
-
Sebastian Meiling authored
As testrunner is moved to dist/pythonlibs which is exported via PYTHONPATH, testrunner is found by all test scripts.
-
- Apr 11, 2018
-
-
Kaspar Schleiser authored
-
- Dec 20, 2017
-
-
Alexandre Abadie authored
-
- Dec 04, 2017
-
-
Gaëtan Harter authored
The wait before board is started is 3 by default but can be overwritten by setting 'TESTRUNNER_START_WAIT' environment variable.
-
- Nov 30, 2017
-
-
Hauke Petersen authored
-
- Nov 15, 2017
-
-
Martine Lenders authored
The object-like access to frame information in the traceback was only introduced in Python 3.5. Before that version it was a 4-tuple [[1]]. The indexed way to access the frame seems to be upwards-compatible for newer versions (tested with python 3.5, maybe some of the Arch crew can test with even newer versions), so I used that one. [1]: https://docs.python.org/3.4/library/traceback.html#traceback.extract_tb
-
- Nov 12, 2017
-
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
-
Martine Lenders authored
-
- Nov 10, 2017
-
-
Alexandre Abadie authored
-
- Oct 25, 2017
-
-
Hauke Petersen authored
-
- Aug 30, 2016
-
-
Martine Lenders authored
-
- Mar 07, 2016
-
-
Kaspar Schleiser authored
-
- Mar 05, 2016
-
-
Kaspar Schleiser authored
-
test authored
-
- Jan 27, 2016
-
-
Martine Lenders authored
-
- Jan 23, 2016
-
-
Martine Lenders authored
-