-
Notifications
You must be signed in to change notification settings - Fork 306
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: testcontainers/testcontainers-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: testcontainers-v4.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: testcontainers/testcontainers-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: testcontainers-v4.3.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 28 files changed
- 6 contributors
Commits on Apr 3, 2024
-
fix(core): Improve typing for common container usage scenarios (#523)
Improves type hints for type checking in a common use cases: ```python with MySqlContainer("mysql:8").with_env("some", "value") as mysql: url = mysql.get_connection_url() # get_connection_url would previously be an unknown member here ``` And, also improved type hinting for the custom `DockerClient`'s `run` command, where the linter no longer reports an error due to missing parameter types: ```python DockerClient.run("nginx") # Previously this would report "Argument missing for parameter "image" ```
Configuration menu - View commit details
-
Copy full SHA for d5b8553 - Browse repository at this point
Copy the full SHA d5b8553View commit details
Commits on Apr 5, 2024
-
chore(codestyle): switch to
ruff
fromblack
for code formatting (#……529) Changed pre-commit config. Some files became re-formatted.
Configuration menu - View commit details
-
Copy full SHA for 9a89748 - Browse repository at this point
Copy the full SHA 9a89748View commit details -
fix(vault): add support for HashiCorp Vault container (#366)
Add support for a Vault container.
Configuration menu - View commit details
-
Copy full SHA for 1326278 - Browse repository at this point
Copy the full SHA 1326278View commit details
Commits on Apr 8, 2024
-
fix(core): make config editable to avoid monkeypatching.1 (#532)
see #531: I am using testcontainers within a library that provides some pytest-fixtures. In order for this to work I have change some settings. As I can not guarantee that that my lib is imported before testcontainers I need to monkeypatch the settings. This is much easier if I only need to monkeypatch the config file and not all modules that use configurations. I would argue that for a potential library as this, this is a better design. Also one can easier see that the given UPERCASE variable is not a constant but rather a setting. Co-authored-by: Carli* Freudenberg <carli.freudenberg@energymeteo.de>
Configuration menu - View commit details
-
Copy full SHA for 3be6da3 - Browse repository at this point
Copy the full SHA 3be6da3View commit details -
chore(main): release testcontainers 4.3.2 (#530)
🤖 I have created a release *beep* *boop* --- ## [4.3.2](testcontainers-v4.3.1...testcontainers-v4.3.2) (2024-04-08) ### Bug Fixes * **core:** Improve typing for common container usage scenarios ([#523](#523)) ([d5b8553](d5b8553)) * **core:** make config editable to avoid monkeypatching.1 ([#532](#532)) ([3be6da3](3be6da3)) * **vault:** add support for HashiCorp Vault container ([#366](#366)) ([1326278](1326278)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe22758 - Browse repository at this point
Copy the full SHA fe22758View commit details
There are no files selected for viewing