Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup test module #33

Merged
merged 5 commits into from
Mar 8, 2018
Merged

Cleanup test module #33

merged 5 commits into from
Mar 8, 2018

Commits on Mar 6, 2018

  1. Update test_device fixture to pdk 1.4.1

    This is only house-keeping to stay up-to-date, and allow future work to
    proceed without issues
    DavidS committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    bd9ff74 View commit details
    Browse the repository at this point in the history
  2. Rename test_device to test_module to allow for other test content

    This makes for easier re-use of the module for other tests
    without confusions.
    DavidS committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    639f649 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b3032d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    c5229cf View commit details
    Browse the repository at this point in the history
  2. Fix an overly lax regex in device_spec

    Previously this would have matched `\A()` OR `DL is deprecated, please use Fiddle...\Z`, instead of `\A\Z` OR `\ADL is deprecated, please use Fiddle\Z`.
    DavidS committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    b0d8e10 View commit details
    Browse the repository at this point in the history