Dan Helfman
4b8a6d1a34
More browse tests.
2026-05-24 19:22:50 -07:00
Dan Helfman
43e995a4f3
Binary versus text file detection for borgmatic browse.
2026-05-23 22:50:51 -07:00
Dan Helfman
13031a4ce4
Upgrade/add test requirements.
2026-05-22 20:03:32 -07:00
Dan Helfman
9a2e853ea7
Merge branch 'main' into browse-action
2026-05-22 20:01:50 -07:00
Dan Helfman
b1f42eb233
Upgrade dependencies.
2026-05-22 20:00:40 -07:00
Dan Helfman
9aea0b1d90
Fix broken tests.
2026-05-22 12:19:34 -07:00
Dan Helfman
c4170bb126
Several browse action unit and integration tests.
2026-05-21 23:23:19 -07:00
Dan Helfman
e339ce2fd1
Initial work on a browse action.
2026-05-14 22:24:06 -07:00
Dan Helfman
47a6691886
Upgrade dependencies.
2026-05-12 15:29:56 -07:00
Dan Helfman
68c9516424
Upgrade Apprise dependency.
2026-05-02 19:08:24 -07:00
Dan Helfman
524d8263a7
Upgrade dependencies.
2026-04-24 17:04:29 -07:00
Dan Helfman
1d2aea0951
Add a development script for upgrading pinned dependencies.
2026-04-24 11:54:37 -07:00
Dan Helfman
87bfd6e97f
Fix end-to-end tests.
2026-03-30 12:37:42 -07:00
Dan Helfman
52f9442377
More requirements updates.
2026-03-30 11:29:15 -07:00
Dan Helfman
af841e0c89
Upgrade Pygments.
2026-03-30 11:17:27 -07:00
Dan Helfman
ed8320c1bb
Upgrade requests.
2026-03-30 11:16:21 -07:00
Dan Helfman
da873c09f8
Update test requirements.
2026-03-21 11:05:04 -07:00
Dan Helfman
bb149e4ee8
Upgrade urllib3 in test requirements for security fix.
2026-01-09 12:14:31 -08:00
Dan Helfman
ae00770c35
Upgrade urllib3 in test requirements for security fixes.
2025-12-09 11:01:18 -08:00
Dan Helfman
0da4b64838
Drop support for Python 3.9, which has been end-of-lifed. (Also hopefully fix the build.)
2025-11-01 23:16:13 -07:00
Dan Helfman
2d8b455e44
Switched from pipx to uv for installing development tools, and added tox-uv for speeding up test environment creation.
2025-07-18 15:16:45 -07:00
Dan Helfman
9a80fec91b
When running tests, use Ruff for faster and more comprehensive code linting and formatting.
2025-07-17 23:24:58 -07:00
Dan Helfman
34f677dba1
Add a flake8 plugin that enforces a blank line after if/for/while/with/try blocks.
2025-06-30 22:04:05 -07:00
Dan Helfman
3eed3191e8
Add a flake8 extension to tests to detect commented out code.
2025-06-30 21:42:38 -07:00
Dan Helfman
0d54fda27a
Use the Bandit security analysis tool when running tests.
...
SECURITY: Add timeouts to all monitoring hooks to prevent hangs on network requests.
SECURITY: For the "spot" check, use a more secure source of randomness when selecting paths to check.
2025-06-27 22:30:00 -07:00
Dan Helfman
05b34d4b56
Fix unit/integration tests and add coverage ( #1043 ).
2025-06-27 12:37:03 -07:00
Dan Helfman
01dc7e7841
Upgrade requests in test requirements to "fix" theoretical security vulnerability.
2025-06-10 11:21:34 -07:00
Dan Helfman
5a2cd1b261
Add support for Python 3.13.
2025-02-06 14:21:36 -08:00
Dan Helfman
a4baf4623b
Drop colorama as a library dependency ( #958 ).
2024-12-25 23:02:38 -08:00
Dan Helfman
148536d867
Upgrade certifi in test requirements.
2024-07-06 10:17:53 -07:00
Dan Helfman
70a978b83d
Upgrade test requirements.
2024-05-21 13:57:06 -07:00
Dan Helfman
7700b87b60
Test requirements security upgrade.
2024-04-15 14:21:01 -07:00
Dan Helfman
36d10fecb1
Upgrade black in test requirements.
2024-03-20 12:01:24 -07:00
Dan Helfman
009062128d
Remove Python 3.8+ restriction, as only Python 3.8+ is supported.
2024-01-22 09:41:43 -08:00
Dan Helfman
f39cea4abf
Remove additional Python 3.7-isms ( #784 ).
2023-11-07 10:17:16 -08:00
Dan Helfman
dcf25fa041
Upgrade ruamel.yaml dependency to support version 0.18.x ( #783 ).
2023-11-07 10:00:13 -08:00
Dan Helfman
e7169f6fb2
Upgrade certifi test dependency to fix security alert.
2023-10-04 22:59:15 -07:00
Dan Helfman
5f06884d5a
Fix Apprise/PyYAML end-to-end test breakage ( #715 ).
2023-10-04 22:51:05 -07:00
Pim Kunis and pizzapim
eaa22be3db
fix PR comments
2023-10-01 16:59:59 +00:00
Pim Kunis and pizzapim
a587e207f9
pin Apprise dependencies for test requirements
2023-10-01 16:59:59 +00:00
Dan Helfman
05b989347c
Upgrade requests test requirement (security).
2023-05-23 08:43:45 -07:00
Dan Helfman
8cb5a42a9e
Drop deprecated pkg_resources in favor of importlib.metadata and packaging.
2023-04-14 21:21:25 -07:00
Dan Helfman
5dbb71709c
Upgrade test requirements and code style requirements. Auto-reformat code accordingly.
2023-04-14 19:35:24 -07:00
Dan Helfman
2934d0902c
Code spell checking on every test run!
2023-04-01 11:03:59 -07:00
Dan Helfman
f42890430c
Add code style plugins to enforce use of Python f-strings and prevent single-letter variables.
2023-03-23 23:11:14 -07:00
Dan Helfman
5d19d86e4a
Add flake8-quotes to complain about incorrect quoting so I don't have to!
2023-03-07 14:08:35 -08:00
Dan Helfman
ab4c08019c
Upgrade pytest test dependency (security).
2022-11-18 11:13:51 -08:00
Dan Helfman
48f44d2f3d
Add tests for compact action ( #394 ).
2022-02-08 12:05:02 -08:00
Dan Helfman
96384d5ee1
Attempt to fix typed-ast build issue by relaxing version requirements in test.
2022-01-02 23:22:24 -08:00
Dan Helfman
8ed5467435
Drop support for Python 3.6. Add support for 3.10.
2022-01-02 23:17:57 -08:00