// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License
// SPDX-License-Identifier: MIT
pub mod implemented_type_finder_tests;
pub mod implemented_type_tests;
pub mod import_path_tests;
pub mod module_declaration_finder_tests;
pub mod package_tree_tests;
pub mod qualified_call_finder_tests;
pub mod qualified_call_tests;
pub mod registry_item_tests;
pub mod registry_parser_tests;
pub mod registry_policy_tests;
pub mod section_tests;
pub mod test_file_item_tests;
pub mod test_file_parser_tests;
pub mod unit_test_finder_tests;
pub mod unit_test_site_tests;