Expand test suite with conftest, CLI, core gaps, and example smoke te… - #6
Merged
Merged
Conversation
…sts. Fixes ARPAHLS#2. Adds shared fixtures, 24 new tests (49 passing), coverage report in CI, and TESTING/CHANGELOG updates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Expands the test suite for ARPAHLS/aura#2: shared pytest infrastructure, CLI and core-gap coverage, example smoke tests, and coverage reporting in CI.
Added
tests/conftest.py— sharedaura_home,run_auraCLI helper, example runnertests/test_cli.py— version, agent CRUD, run, logs, export, export-otel, comparetests/test_core_gaps.py— config merge, archive/legacy ids, hash-chain tamper, exporters, runtime, middleware, session modestests/test_examples_smoke.py— all fourexamples/*/main.pyscriptsUpdated
aura_homefixtures from existing test modulespytest --cov=aura --cov-report=term-missing(report only, no gate)TESTING.md,CONTRIBUTING.md,CHANGELOG.mdFixes #2
Type
Checklist
Fixes #2)pytestpasses (49 passed, 1 skipped)black aura tests— no diffflake8 aura tests— cleanCHANGELOG.mdupdated under[Unreleased]Test plan
pytest— 49 passed, 1 skipped (skillwaremarker when extra not installed)black --check aura testsflake8 aura testsAURA_HOME