Skip to content

Commit f0a9c7a

Browse files
committed
fixup! Initial Version
1 parent c8ba9e9 commit f0a9c7a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/Tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-24.04]
14-
python: ["3.11", "3.12"]
14+
python: ["3.12", "3.13"]
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:

tests/test_stub.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
31
from kiwixseeder.entrypoint import prepare_context
42

53

64
def test_no_args():
75
prepare_context([])
86
from kiwixseeder.context import Context
7+
98
context = Context.get()
109
assert not context.all_good

0 commit comments

Comments
 (0)