You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Summary
The CI tests identified some issues that don't show up on a normal test run. This commit fixes those issues.
It also highlighted that there were numerous areas
that didn't have sufficient test coverage for the case
that the caller had already opened the resource.
The indexer has some notable changes, but the biggest
area affected is the parsers when writing
from an already opened source. This commit adds
unit tests for the index and all the parser formats for this case,
and fixes the code to support the lack of nested contexts.
# Tests
- Setup the required databases for CI by copying the commands in the github actions
- Run `hatch run +py=3.11 ci:test` and ensure all tests pass and coverage remains sufficient
- Run `hatch run test` in case it is different and ensure all tests pass and coverage remains sufficient
This also means that all linting etc. has been run too.
0 commit comments