Commit 1b1d2b6
committed
adding cpp tests for default values
Refactor C++ main exception handling to use unique exit codes for errors.
Extract hash file creation into a separate function for clarity.
Remove redundant temp_dir logic from Python fixtures and rely on pytest setup.
Remove leftover get_binary usage in pytest configuration.
Suppress unnecessary defaults file warnings in conftest.py.
Replace explicit srcs list with glob in Bazel BUILD for maintainability.
Adding the xfail and bug details .
merging with the fixed bug changes for hash file1 parent 8699447 commit 1b1d2b6
File tree
10 files changed
+910
-115
lines changed- .github/workflows
- tests
- cpp_test_scenarios
- src
- cit
- helpers
- python_test_cases/tests
10 files changed
+910
-115
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
| 188 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments