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: avast/pytest-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: avast/pytest-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.1
Choose a head ref
  • 15 commits
  • 14 files changed
  • 10 contributors

Commits on Sep 1, 2023

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

Commits on Jan 25, 2024

  1. feat: configurable container scopes (#103)

    * feat: allow to change the scope of the container through the parameter container-scope
    
    * Fix: change to standard scope session again
    
    * fix: default container scope of config.getoption
    
    * fix: revert bump version
    
    * fix: formating of test_fixtures with black
    
    * fix: formating and removing unused imports
    
    * fix: extend test 'test_general_container_scope' to cover all cases
    
    * chore: update README.md
    
    ---------
    
    Co-authored-by: Benedikt Koenig <benedikt.koenig@agile-robots.com>
    BetterCallBene and Benedikt Koenig authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a001fd0 View commit details
    Browse the repository at this point in the history
  2. chore: version bump

    augi authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e3222fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16cbbb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Fix markdown issues and typo

    See a detailed description of the rules is available at
    https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
    kianmeng authored and augi committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e608205 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    dd78a70 View commit details
    Browse the repository at this point in the history
  2. chore: version bump

    augi authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    56e6537 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    daede13 View commit details
    Browse the repository at this point in the history
  2. feat!: Python 3.8 required

    augi committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b67c5a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f53073b View commit details
    Browse the repository at this point in the history
  4. chore: version bump

    augi authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    eed92e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    0b89c76 View commit details
    Browse the repository at this point in the history
  2. chore: Python 3.12 support

    augi committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3066c53 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. allow docker_compose_files to be a list

    This is already supported in the code, just fixing a regression in the type annotations from #101
    hsheth2 authored and augi committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    697d3d8 View commit details
    Browse the repository at this point in the history
  2. version bump

    augi authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0651ad6 View commit details
    Browse the repository at this point in the history
Loading