mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-23 00:26:35 +00:00
[AZ-171] Add TensorRT tests, AC coverage gate in implement skill, optimize test infrastructure
- Add TensorRT export tests with graceful skip when no GPU available - Add AC test coverage verification step (Step 8) to implement skill - Add test coverage gap analysis to new-task skill - Move exported_models fixture to conftest.py as session-scoped (shared across modules) - Reorder tests: e2e training runs first so images/labels are available for all tests - Consolidate teardown into single session-level cleanup in conftest.py - Fix infrastructure tests to count files dynamically instead of hardcoded 20 Made-with: Cursor
This commit is contained in:
@@ -62,11 +62,6 @@ def e2e_result():
|
||||
"linked_count": linked_count,
|
||||
}
|
||||
|
||||
shutil.rmtree(str(dst_images), ignore_errors=True)
|
||||
shutil.rmtree(str(dst_labels), ignore_errors=True)
|
||||
shutil.rmtree(c.config.datasets_dir, ignore_errors=True)
|
||||
shutil.rmtree(c.config.models_dir, ignore_errors=True)
|
||||
shutil.rmtree(c.config.corrupted_dir, ignore_errors=True)
|
||||
c.config = old_config
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user