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

Add hello world example and check to tests #215

Merged
merged 3 commits into from
Aug 26, 2018

Commits on Aug 26, 2018

  1. Configuration menu
    Copy the full SHA
    1281a4d View commit details
    Browse the repository at this point in the history
  2. Unpack runOnePoint output manually to support Python2

    As Python2 doesn't have extended unpacking (c.f. PEP 3132) the unpacking
    in the example needs to be changed to pass the CI
    matthewfeickert committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    1775a61 View commit details
    Browse the repository at this point in the history
  3. Add testing of Hello World example in README

    This is done by explicitly calling doctest on the README in the docs
    section of the CI. This is done instead of adding the README to
    --doctest-glob in pytest.ini so as to keep the example in the README
    displaying Python3 code.
    matthewfeickert committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    09c04da View commit details
    Browse the repository at this point in the history