Adam Warner
9fc8cd3229
test: expand Docker container test coverage
...
Add tests for areas of container behaviour not previously exercised:
- crond is running (not just that the crontab file is valid)
- Logrotate config is installed at /etc/pihole/logrotate
- Default DNS upstreams (8.8.8.8/8.8.4.4) applied when none configured
- Web interface accessible at /admin/ (default port and custom port)
- /pihole.docker.tag build metadata file is present
- macvendor.db is present and configured in FTL
- FTL is running as the pihole user (validates DNSMASQ_USER default)
- Capabilities are applied to pihole-FTL (validates fix_capabilities)
- WEBPASSWORD_FILE reads the web password from a Docker secret
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2026-03-30 22:24:44 +01:00
Adam Warner
acd1cf7014
refactor: move container lifecycle management into BATS test files
...
Container creation, waiting, and teardown previously lived in run.sh
and were passed to test_suite.bats via exported environment variables.
This scattered container lifecycle between two files and required
custom inline logic for tests that needed their own container.
Replace test_suite.bats with two focused files, each owning their
container via setup_file/teardown_file:
- test_default.bats: plain container; covers FTL binary, cron,
password generation, and graceful shutdown (run last, sequentially)
- test_env_vars.bats: custom UID/GID, FTLCONF_ vars, ADDITIONAL_PACKAGES,
and TAIL_FTL_LOG=0 all exercised in a single container
Extract start_container and wait_for_log into test/helpers.sh, which
each .bats file loads directly. run.sh now only builds the image,
installs BATS, and invokes the test files.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2026-03-30 22:08:23 +01:00
Adam Warner
b5826b60a8
test: add coverage for ADDITIONAL_PACKAGES and TAIL_FTL_LOG
...
- Add CONTAINER_PACKAGES shared container (ADDITIONAL_PACKAGES=wget)
and a test that verifies the package is installed and on PATH
- Add inline container test for TAIL_FTL_LOG=true, verifying that
FTL log lines tagged [FTL] appear in docker logs output
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-30 21:25:58 +01:00
yubiuser
8656758446
Add some logging output to BATS
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2026-03-30 18:40:02 +01:00
Adam Warner
b1ef8b1bab
Apply suggestion from @PromoFaux
...
Signed-off-by: Adam Warner <github@adamwarner.co.uk >
2026-03-30 11:36:05 +01:00
copilot-swe-agent[bot]
43dfcdd253
Use bats-assert functions in BATS test suite
...
Agent-Logs-Url: https://github.com/pi-hole/docker-pi-hole/sessions/a7bafe62-d413-4878-8d02-520f208d2812
Co-authored-by: PromoFaux <1998970+PromoFaux@users.noreply.github.com >
2026-03-30 10:25:18 +00:00
Adam Warner
2f6f07d8ee
Further tweaks following review from @Copilot
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2026-03-29 13:30:52 +01:00
Adam Warner
11f2b7b5c8
-p doesn't work in github actions runner...
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2026-03-29 12:16:29 +01:00
Adam Warner
522ddca96e
ci: replace Python test suite with BATS and consolidate workflows
...
Replace the pytest/testinfra/tox test stack with BATS, aligning with
the approach used in the FTL repository.
- Merge build-and-test.yml into build-and-publish.yml; the combined
lint+test job now runs on pull_request via a single bash test/run.sh
call, removing the need for Python/tox in CI
- Replace Python test files with test/run.sh and test/test_suite.bats
- test/run.sh handles image build, BATS install, container lifecycle,
and cleanup via trap in one place
- Containers consolidated from 6 to 2 (CONTAINER_DEFAULT and
CONTAINER_CUSTOM), removing tests that belong to FTL's own suite
- Tests now focus on Docker-specific behaviour: entrypoint, signal
handling, UID/GID mapping, cron setup, and password assignment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2026-03-29 12:16:26 +01:00
dependabot[bot]
f51beef613
Bump tox from 4.50.3 to 4.51.0 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.50.3 to 4.51.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.50.3...4.51.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.51.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-28 12:49:50 +00:00
dependabot[bot]
292e725423
Bump tox from 4.49.1 to 4.50.3 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.49.1 to 4.50.3.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.49.1...4.50.3 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.50.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-21 10:02:37 +00:00
dependabot[bot]
57ea0174ae
Bump tox from 4.49.0 to 4.49.1 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.49.0 to 4.49.1.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.49.0...4.49.1 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.49.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-14 10:02:34 +00:00
dependabot[bot]
5554dd1943
Bump tox from 4.46.3 to 4.49.0 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.46.3 to 4.49.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.46.3...4.49.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.49.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-07 10:02:34 +00:00
dependabot[bot]
f51968ab3f
Bump tox from 4.45.0 to 4.46.3 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.45.0 to 4.46.3.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.45.0...4.46.3 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.46.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-28 15:27:44 +00:00
dependabot[bot]
1877b606d1
Bump tox from 4.35.0 to 4.44.0 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.35.0 to 4.44.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.35.0...4.44.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.44.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-24 08:12:47 +00:00
dependabot[bot]
22da7993a4
Bump tox from 4.34.1 to 4.35.0 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.34.1 to 4.35.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.34.1...4.35.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.35.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-14 13:34:04 +00:00
yubiuser
403178bf5e
Fix python formatting for new black version
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2026-01-27 20:06:55 +01:00
dependabot[bot]
068bf82fc0
Bump tox from 4.33.0 to 4.34.1 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.33.0 to 4.34.1.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.33.0...4.34.1 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.34.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-10 10:01:01 +00:00
dependabot[bot]
0afebcc0f9
Bump tox from 4.32.0 to 4.33.0 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.32.0 to 4.33.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.32.0...4.33.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-03 10:02:52 +00:00
dependabot[bot]
50a6b009c6
Bump pytest from 9.0.1 to 9.0.2 in /test
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-13 10:03:54 +00:00
dependabot[bot]
057dad5b0e
Bump pytest from 8.4.2 to 9.0.1 in /test
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.2 to 9.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-15 10:04:07 +00:00
dependabot[bot]
f41ec904ef
Bump tox from 4.31.0 to 4.32.0 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.31.0 to 4.32.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.31.0...4.32.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-25 10:02:55 +00:00
dependabot[bot]
874c332cac
Bump tox from 4.30.3 to 4.31.0 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.30.3 to 4.31.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.30.3...4.31.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-11 10:03:29 +00:00
dependabot[bot]
053ae3a404
Bump pytest from 8.4.1 to 8.4.2 in /test
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.1 to 8.4.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...8.4.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-04 23:49:31 +01:00
dependabot[bot]
4fd0e471e9
Bump tox from 4.29.0 to 4.30.3 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.29.0 to 4.30.3.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.29.0...4.30.3 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.30.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-04 23:49:31 +01:00
yubiuser
1572fea2ac
Rename test
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-09-30 20:23:43 +02:00
yubiuser
9878204aee
Don't use hard-coded sleep timeout - might be not enough on slow RISCV systems
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-09-30 20:23:43 +02:00
yubiuser
d3ab97d7b1
Remove $PYTEST
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-09-30 20:23:43 +02:00
yubiuser
fd15c683bb
Check clean shutdown from outside the container
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-09-30 20:23:43 +02:00
yubiuser
647f6c94ea
Use FTL's build-in wait-for command for checking the logs
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-09-27 10:39:52 +02:00
dependabot[bot]
4ad337c15b
Bump tox from 4.28.4 to 4.29.0 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.28.4 to 4.29.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.28.4...4.29.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.29.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-30 10:02:19 +00:00
yubiuser
0324370be5
Fix file sytle
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-08-11 22:43:48 +02:00
dependabot[bot]
5aadf06c75
Bump tox from 4.28.3 to 4.28.4 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.28.3 to 4.28.4.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.28.3...4.28.4 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.28.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-02 10:33:16 +00:00
dependabot[bot]
928558829b
Bump tox from 4.27.0 to 4.28.3 in /test
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.27.0 to 4.28.3.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.27.0...4.28.3 )
---
updated-dependencies:
- dependency-name: tox
dependency-version: 4.28.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-26 10:09:29 +00:00
yubiuser
1ae1414db7
Major overhaul of the test suite
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-07-02 22:22:19 +02:00
dependabot[bot]
d09ac72492
Bump pytest from 8.4.0 to 8.4.1 in /test
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.0...8.4.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-21 10:04:18 +00:00
dependabot[bot]
a8b5753dc9
Bump pytest from 8.3.5 to 8.4.0 in /test
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.5 to 8.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-07 10:20:05 +00:00
yubiuser
0a16b5fcbc
Update test container to 28.2.2.-cli-alpine3.22
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-06-06 20:28:01 +02:00
dependabot[bot]
bb0c4e6a13
Bump pytest-xdist from 3.6.1 to 3.7.0 in /test
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 3.6.1 to 3.7.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.6.1...v3.7.0 )
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-version: 3.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-06 16:26:36 +00:00
dependabot[bot]
d214f2dcf1
Bump pytest-testinfra from 10.1.1 to 10.2.2 in /test
...
Bumps [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra ) from 10.1.1 to 10.2.2.
- [Release notes](https://github.com/pytest-dev/pytest-testinfra/releases )
- [Changelog](https://github.com/pytest-dev/pytest-testinfra/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-testinfra/compare/10.1.1...10.2.2 )
---
updated-dependencies:
- dependency-name: pytest-testinfra
dependency-version: 10.2.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-05 10:24:53 +00:00
casperklein
c4c3c3065a
add test: check if cronfile has a valid syntax
...
Signed-off-by: casperklein <casperklein@users.noreply.github.com >
2025-04-04 19:16:10 +02:00
dependabot[bot]
e49ce898ad
Bump pytest from 8.3.4 to 8.3.5 in /test
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.4 to 8.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-08 10:06:01 +00:00
yubiuser
3258c32088
Update test docker container to Alpine 3.21 and docker_cli 28.0.0.
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-02-25 15:04:13 +01:00
yubiuser
4abe9094c6
PEP8 requires all lowser case
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-02-18 23:52:37 +01:00
yubiuser
0020492a5b
Add test to output FTL's version information
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-02-18 23:43:24 +01:00
dependabot[bot]
67c884d215
Bump black from 24.10.0 to 25.1.0 in /test
...
Bumps [black](https://github.com/psf/black ) from 24.10.0 to 25.1.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/24.10.0...25.1.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-01 10:18:19 +00:00
dependabot[bot]
d722db6595
Bump pytest from 8.3.3 to 8.3.4 in /test
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.3 to 8.3.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-07 10:42:33 +00:00
dependabot[bot]
8f376ea23e
Bump black from 24.8.0 to 24.10.0 in /test
...
Bumps [black](https://github.com/psf/black ) from 24.8.0 to 24.10.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-12 10:53:39 +00:00
dependabot[bot]
3070e68ca8
Bump pytest from 8.3.2 to 8.3.3 in /test
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.2 to 8.3.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-14 10:50:57 +00:00
Adam Warner
af8863a156
Clean Shutdown test: Remove check for the "Shutting down..." line in FTL log as this is now only printed when debug logging is on
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2024-09-13 18:36:47 +01:00