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

Clarify output configuration option #244

Merged
merged 8 commits into from
May 7, 2015

Commits on May 6, 2015

  1. Configuration menu
    Copy the full SHA
    63a0c14 View commit details
    Browse the repository at this point in the history
  2. Introduced assertions in TestCoordinator

    assert_within_10_ms and assert_at_least_1_sec_apart
    robd committed May 6, 2015
    Configuration menu
    Copy the full SHA
    3a9c8c3 View commit details
    Browse the repository at this point in the history
  3. Replace capture_output with StringIO in TestCoordinator

    Be explicit about the parsed output format rather than replying on hidden behaviour in the CaptureOutputMethods module
    robd committed May 6, 2015
    Configuration menu
    Copy the full SHA
    2205237 View commit details
    Browse the repository at this point in the history
  4. Re-enabled and fixed the simple_netssh test in TestNetssh

    The simple_netssh test was missing the “test_” prefix, so wasn’t being executed. Re-enable the test and fix the assertions. Also replace capture_output / CaptureOutputMethods formatting with StringIO based approach.
    robd committed May 6, 2015
    Configuration menu
    Copy the full SHA
    9714689 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14f209f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92590aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4e0a1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c7b33f View commit details
    Browse the repository at this point in the history