mirror of
https://github.com/rizsotto/Bear.git
synced 2026-05-28 00:20:45 +02:00
11 lines
357 B
Rust
11 lines
357 B
Rust
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
//! Bear integration test suite
|
|
//!
|
|
//! This module organizes the Bear integration tests into two main components:
|
|
//! - `fixtures`: Test infrastructure, constants, and fixture tests for external dependencies
|
|
//! - `cases`: Actual integration test cases that verify Bear functionality
|
|
|
|
mod cases;
|
|
mod fixtures;
|