Test Runner (aq test) — Aquilia Documentation
Comprehensive guide and documentation for Test Runner (aq test) in the Aquilia framework. View API reference, examples, and implementation patterns.
Testing / Test Runner aq test — Test Runner The aq test CLI command is Aquilia's built-in test runner. It wraps pytest, automatically sets test environments, discovers workspace-wide test structures, and executes specs with optimized asyncio profiles. Runner Architecture & Lifecycle Executing tests in a manifest-driven architecture requires configuring global configurations and mock files before loading modules. The test runner streamlines this by wrapping the standard pytest execution pipeline: , , ].map((item, i) => ( ))} Test CLI Command Options Below are the Click arguments and flags supported by the aq test command: Option / Argument Description ))} Writing Pytest-native Tests While unittest is supported natively via AquiliaTestCase , you can write native pytest functions and utilize fixtures: Mocks & Fixtures CLI Overview )
Go to Homepage