Commit 71e7d0a
committed
ci: auto-discover tests and add lint gate; make suite hermetic; streamline README
- CI now runs pytest against the whole tests/ directory, so a new test
file can never be silently excluded by a stale hardcoded matrix
- Add a ruff lint job (syntax errors, undefined names, unused code)
with configuration in pyproject.toml
- Add tests/conftest.py stubbing the Ollama setup path so the suite is
fast and network-independent, and RA_SKIP_SETUP_CHECK so subprocess
tests and CI containers can skip environment setup explicitly
- Rewrite the README at a standard level: condensed configuration
reference, single architecture diagram, troubleshooting trimmed to
essentials, license section added1 parent 4f0f171 commit 71e7d0a
6 files changed
Lines changed: 148 additions & 436 deletions
File tree
- .github/workflows
- src
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 23 | + | |
38 | 24 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
46 | 28 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
53 | 33 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 34 | + | |
| 35 | + | |
62 | 36 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 37 | + | |
| 38 | + | |
70 | 39 | | |
71 | | - | |
72 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
73 | 44 | | |
74 | 45 | | |
75 | 46 | | |
| |||
78 | 49 | | |
79 | 50 | | |
80 | 51 | | |
| 52 | + | |
81 | 53 | | |
82 | | - | |
| 54 | + | |
83 | 55 | | |
84 | 56 | | |
85 | 57 | | |
86 | 58 | | |
87 | | - | |
| 59 | + | |
88 | 60 | | |
89 | 61 | | |
90 | 62 | | |
91 | | - | |
| 63 | + | |
92 | 64 | | |
93 | | - | |
94 | | - | |
| 65 | + | |
| 66 | + | |
95 | 67 | | |
96 | 68 | | |
97 | | - | |
| 69 | + | |
0 commit comments