Skip to content

Commit 98ce25a

Browse files
Import available http libraries more efficiently (#1553)
* replace import stragety, fix some tests [skip ci] * wip fixing tests [skip ci] * [claude] fix tests * formatting * test cleanup * tests are fast * final cleanup * remove comment * remove accidential files * tweak import logic
1 parent 5974991 commit 98ce25a

File tree

3 files changed

+830
-772
lines changed

3 files changed

+830
-772
lines changed

justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ _default:
1010
just --list --unsorted
1111

1212
# ⭐ run all unit tests
13+
[positional-arguments]
1314
test *args: install-test-deps
1415
# configured in pyproject.toml
15-
pytest {{ args }}
16+
pytest "$@"
1617

1718
# ⭐ check for potential mistakes
1819
lint: install-dev-deps

0 commit comments

Comments
 (0)