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: wiremock/python-wiremock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wiremock/python-wiremock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: version_3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 51 files changed
  • 1 contributor

Commits on Oct 30, 2021

  1. upgrades dependencies

    adds initial typing support for constants and config base
    
    Move constants to Enums
    Use simpler singleton Config pattern
    platinummonkey committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    4627e1b View commit details
    Browse the repository at this point in the history
  2. run black command

    platinummonkey committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    416eea9 View commit details
    Browse the repository at this point in the history
  3. convert to pytest

    platinummonkey committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    944dbef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b69ee77 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. move to github workflows

    commit pip-compile, remove .travis.yml
    
    add missing tox.ini and move to setup.cfg style
    
    fix tox to pip install
    
    disable mac and windows testing for now
    
    remove pip version matrix
    
    fix VERSION and enun->enum
    
    remove pypy and disable other tests for now while tuning this
    
    more cleanup and include package data
    
    revert TOXENV
    platinummonkey committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    7130689 View commit details
    Browse the repository at this point in the history
  2. fix bad import

    platinummonkey committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    11de169 View commit details
    Browse the repository at this point in the history
  3. more black

    fixes to enum handling
    platinummonkey committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    907e0f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f5c964 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dbb7b9 View commit details
    Browse the repository at this point in the history
  6. fixes pytest discovery

    fixes deprecation warnings
    platinummonkey committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    e02aaf3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f65833 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Merge pull request #44 from wiremock/v3-update-deps

    House-keeping - Update Dependencies, Move to Pytest
    platinummonkey authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    0bffda8 View commit details
    Browse the repository at this point in the history
Loading