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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.3
Choose a base ref
...
head repository: miketheman/pytest-socket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.4
Choose a head ref
  • 13 commits
  • 20 files changed
  • 4 contributors

Commits on Feb 17, 2019

  1. Add license scan report and status (#24)

    Signed-off-by: fossabot <badges@fossa.io>
    fossabot authored and miketheman committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    43a9d0f View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    Correct use of RST for images
    miketheman authored Feb 17, 2019
    Configuration menu
    Copy the full SHA
    878254f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Add renovate.json (#26)

    renovate[bot] authored and miketheman committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    08283e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. test: extend match to account for wildcard text (#31)

    For some reason, the test in pytest 5.x has stopped working with the
    existing test case - which has extra text beyond this string, so apply a
    wildcard (as probably should have been done originally).
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    daeaf68 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

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

Commits on Nov 4, 2019

  1. Create FUNDING.yml

    miketheman committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    ca73a0f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    aae6cf8 View commit details
    Browse the repository at this point in the history
  2. test: remove travis and appveyor testing

    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    4a922b8 View commit details
    Browse the repository at this point in the history
  3. chore: convert from pip/tox to poetry

    Instead of using tox to setup and control virtualenvs, use poetry to
    handle package definition, installation, and virtual environment setup.
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    0aee845 View commit details
    Browse the repository at this point in the history
  4. test: restore flake8 testing

    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    b24bdc4 View commit details
    Browse the repository at this point in the history
  5. chore: convert publishing to poetry

    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    5f9b518 View commit details
    Browse the repository at this point in the history
  6. chore: remove python 2 specific handling

    Refs: #23
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    bd84412 View commit details
    Browse the repository at this point in the history
  7. ✨ pytest-socket, v0.3.4

    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    c6f9ffc View commit details
    Browse the repository at this point in the history
Loading