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.2.0
Choose a base ref
...
head repository: miketheman/pytest-socket Loading
compare: 0.3.0
Choose a head ref
  • 10 commits
  • 12 files changed
  • 2 contributors

Commits on Sep 6, 2017

  1. Change the inherited exception class in tests

    As of pytest 3.2.0, the internal outcome class no longer inherits from
    Exception, rather from BaseException.
    
    This was reported in pytest-dev/pytest#580 and changed in pytest-dev/pytest#2490
    
    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    dc11ae7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. Configuration menu
    Copy the full SHA
    f498038 View commit details
    Browse the repository at this point in the history
  2. Add coverage reporting

    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    7fc8e8d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Remove support for Python 3.3

    One of pytest's dependencies removed support for Python 3.3
    
        py>=1.5.0
    
    See http:https://py.readthedocs.io/en/latest/changelog.html#id2
    
    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    4459011 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Add argument to allow connection to specific hosts (#9)

    Resolves #6 
    Closes #8
    sadams authored and miketheman committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    07e1c89 View commit details
    Browse the repository at this point in the history
  2. Ensure files conform to a standard while editing

    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    5f4759b View commit details
    Browse the repository at this point in the history
  3. Add CodeClimate badge to README

    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    d2d078f View commit details
    Browse the repository at this point in the history
  4. Prepare CHANGELOG for release

    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    5507e99 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2018

  1. Configuration menu
    Copy the full SHA
    4c01126 View commit details
    Browse the repository at this point in the history
  2. ✨ pytest-socket, v0.3.0

    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    33db394 View commit details
    Browse the repository at this point in the history
Loading