]> Repositories - Adafruit_Blinka-hackapet.git/history - python/testing
Moved pin_count out of board into proper place in microcontroller hierarchy
[Adafruit_Blinka-hackapet.git] / python / testing /
2018-02-18 Cefn HoileMoved pin_count out of board into proper place in micro...
2018-02-18 Cefn HoileMore consistent naming of board,microcontroller,impleme...
2018-02-18 Cefn HoileInteractive integration test proven on Huzzah CircuitPython
2018-02-18 Cefn Hoiletesting.implementation __init__ now just package placeh...
2018-02-18 Cefn HoileDefault package name changed
2018-02-18 Cefn HoileBoard oriented test fixture parameters
2018-02-18 Cefn HoileNaming consistent with agnostic.py and sys.implementati...
2018-02-18 Cefn Hoileplatform was misnomer for tests really organised around...
2018-02-18 Cefn HoileNow everything is embedded by default, with only testin...
2018-02-18 Cefn HoilePackage for circuitpython tests
2018-02-18 Cefn HoileExtracted implementation-agnostic test
2018-02-18 Cefn HoileNow organising around implementation not platform
2018-02-18 Cefn HoileModule for function-performance-profiling decorator
2018-02-18 Cefn HoileNow applicable to all platforms
2018-02-18 Cefn HoileMoved from module to package
2018-02-18 Cefn HoileAdded interactive logic. Pre-imported libraries
2018-02-18 Cefn HoileDefining pin values for test fixtures.
2018-02-18 Cefn HoileCommented
2018-02-18 Cefn HoileSeparated mcp-specific subparts of DigitalInOut testcase
2018-02-18 Cefn HoilePlatform-dependent routine to get hardware test fixtures
2018-02-17 Cefn HoileMoved
2018-02-17 Cefn HoileFirst tests working on ESP8266
2018-02-17 Cefn HoileWorkaround for micropython-lib unittest module main...
2018-02-17 Cefn HoileESP8266 platform test
2018-02-17 Cefn HoileCommented
2018-02-17 Cefn HoilePlaceholder for embedded-only hardware-dependent tests
2018-02-17 Cefn HoilePlaceholder for cross-platform tests
2018-02-17 Cefn HoilePackage flag
2018-02-16 Cefn HoileModule for tests only running actually in an embedded...
2018-02-16 Cefn HoileReimplementation of corresponding circuitpython version
2018-02-16 Cefn HoileModule for util objects supporting Micro/CircuitPython...