]> Repositories - Adafruit_Blinka-hackapet.git/history - python/testing
Merge pull request #1005 from makermelissa/libgpiod-fix
[Adafruit_Blinka-hackapet.git] / python / testing /
2018-02-24 Cefn HoileMoved testing out of top level python path
2018-02-24 Cefn HoileTypo in interactive message
2018-02-24 Cefn HoileTests not verified for busio implementation
2018-02-20 Cefn HoileSnapshot of testing.main() which runs BME280 successfully
2018-02-20 Cefn HoileWorking I2C reference testcase on CircuitPython
2018-02-20 Cefn HoileResumed wildcard import style
2018-02-19 Cefn HoileUse boolean as canonical value attribute
2018-02-19 Cefn HoileFail hard when board cannot be determined. Feather...
2018-02-19 Cefn HoileAdded support for pyboard and future support for invert...
2018-02-19 Cefn HoileBetter formatted console results. Skip wiring check...
2018-02-19 Cefn HoileBetter formatted console results
2018-02-19 Cefn HoileTerminate early while experimenting with testcases
2018-02-19 Cefn Hoilerely on utime directly.
2018-02-19 Cefn HoileClarified comment
2018-02-19 Cefn HoileValue moved packages
2018-02-19 Cefn HoileCoverage for switch_to_x() methods. Pull-up and pull...
2018-02-19 Cefn Hoileled_hardwired flag to skip interactive questioning...
2018-02-19 Cefn HoileAdded interactive await behaviour for real-world trigge...
2018-02-18 Cefn HoileUpdated for new testing structure
2018-02-18 Cefn HoileMore consistent naming of board,microcontroller,impleme...
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...