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.1
Choose a base ref
...
head repository: miketheman/pytest-socket Loading
compare: 0.3.2
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 6, 2019

  1. Replace node.get_marker with node.get_closest_marker (#17)

    `node.get_marker` was removed in pytest 4.1. The pytest changelog suggests
    using `node.get_closest_marker` as a replacement.
    klette authored and miketheman committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    a00cda3 View commit details
    Browse the repository at this point in the history
  2. feat: Add Makefile for simpler invocations

    Making the commands needed for testing, building, and releasing this
    project ought to simplify future uses.
    
    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    a385b6d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Add python 3.7 to tox and appveyor test matrix

    Closes #18
    
    Signed-off-by: Mike Fiedler <[email protected]>
    klette authored and miketheman committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    0457e33 View commit details
    Browse the repository at this point in the history
  2. test: Remove pypy as a tested (and suppoerted) runtime

    Refs #20
    
    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    7ee74d3 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG update for 0.3.2

    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    bfc61de View commit details
    Browse the repository at this point in the history
  4. ✨ pytest-socket, v0.3.2

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