Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miketheman/pytest-socket Loading
base: 0.3.4
Choose a base ref
...
head repository: miketheman/pytest-socket Loading
compare: 0.3.5
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 18, 2020

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

Commits on May 29, 2020

  1. test: refactor example pyfile to constant

    SonarLint detected this as a duplicated section and recommended
    extracting to a constant for reuse.
    
    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed May 29, 2020
    Configuration menu
    Copy the full SHA
    7bc7e87 View commit details
    Browse the repository at this point in the history
  2. test: refactor outcomes to helper assertion

    Since each time we're asserting the output of the test as well as the
    test outcome, we can clarify the fields of `parse_outcomes` in one
    place.
    
    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed May 29, 2020
    Configuration menu
    Copy the full SHA
    840691a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. fix: correctly set fixture when using markers

    As reported in a couple of issues, the usage of markers (not fixtures)
    was misbehaving, as the order in which the `_socket_marker` evaluation
    was occurring left the command-line option disabled.
    
    Fixes #15
    Closes #28
    
    Co-authored-by: Calvin Behling <[email protected]>
    Signed-off-by: Albert Tugushev <[email protected]>
    Signed-off-by: Matt Callaghan <[email protected]>
    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman and TripleDogDare committed May 31, 2020
    Configuration menu
    Copy the full SHA
    81b7490 View commit details
    Browse the repository at this point in the history
  2. pytest-socket, v0.3.5

    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed May 31, 2020
    Configuration menu
    Copy the full SHA
    cb5e7c5 View commit details
    Browse the repository at this point in the history
Loading