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

FIX: Develop out FIDO tests with pytest #191

Closed
wants to merge 7 commits into from

Commits on May 14, 2020

  1. FIX: hanging stream identification #189

    - added simple test, with no assert, for file identification; and
    - added similar for stream identification which demonstrates hang.
    carlwilson committed May 14, 2020
    Configuration menu
    Copy the full SHA
    e59b8e4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. FIX: Stream identification hang #189

    - fixed termination condition in `blocking_read`.
    carlwilson committed May 15, 2020
    Configuration menu
    Copy the full SHA
    14932c5 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Use pytest tmp_path

    ross-spencer committed May 25, 2020
    Configuration menu
    Copy the full SHA
    18de5c0 View commit details
    Browse the repository at this point in the history
  2. Use Black formatting

    ross-spencer committed May 25, 2020
    Configuration menu
    Copy the full SHA
    1b368b2 View commit details
    Browse the repository at this point in the history
  3. Consume FIDO result as CSV and make assertions

    Bring in a CSV reader to consume the FIDO output and make various
    assertions about the result's validity.
    ross-spencer committed May 25, 2020
    Configuration menu
    Copy the full SHA
    3b9e73f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1daddea View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    a9e4fdc View commit details
    Browse the repository at this point in the history