Skip to content
Snippets Groups Projects
Select Git revision
  • f49b61a19c79372ee6fc9ff02d1360db2861adae
  • master default protected
  • sonopard/display-pixels-drawimage
  • TilCreator/firmware-master
  • rahix/simple_menu
  • genofire/leds_rgb_get_state
  • genofire/rockets-state
  • genofire/ble-follow-py
  • hauke/ble-cleanups
  • plaetzchen/ios-workaround
  • blinkisync-as-preload
  • genofire/haule-ble-fs-deactive
  • schneider/max30001-pycardium
  • schneider/max30001-epicaridum
  • schneider/max30001
  • schneider/stream-locks
  • ios-workarounds
  • schneider/fundamental-test
  • schneider/ble-buffers
  • schneider/maxim-sdk-update
  • ch3/splashscreen
  • v1.8
  • v1.7
  • v1.6
  • v1.5
  • v1.4
  • v1.3
  • v1.2
  • v1.1
  • v1.0
  • release-1
  • bootloader-v1
  • v0.0
33 results

Maxim

  • Clone with SSH
  • Clone with HTTPS
  • Forked from card10 / firmware
    Source project has a limited visibility.
    This directory contains tests for various functionality areas of MicroPython.
    To run all stable tests, run "run-tests" script in this directory.
    
    Tests of capabilities not supported on all platforms should be written
    to check for the capability being present. If it is not, the test
    should merely output 'SKIP' followed by the line terminator, and call
    sys.exit() to raise SystemExit, instead of attempting to test the
    missing capability. The testing framework (run-tests in this
    directory, test_main.c in qemu_arm) recognizes this as a skipped test.
    
    There are a few features for which this mechanism cannot be used to
    condition a test. The run-tests script uses small scripts in the
    feature_check directory to check whether each such feature is present,
    and skips the relevant tests if not.
    
    When creating new tests, anything that relies on float support should go in the
    float/ subdirectory.  Anything that relies on import x, where x is not a built-in
    module, should go in the import/ subdirectory.