introduce marking infrastructure for maintainable tests
This also fixes a particular edge case in name resolution.
This commit is contained in:
@@ -17,6 +17,8 @@ macro_rules! ctry {
|
||||
pub mod db;
|
||||
#[cfg(test)]
|
||||
mod mock;
|
||||
#[macro_use]
|
||||
mod marks;
|
||||
mod query_definitions;
|
||||
mod path;
|
||||
pub mod source_binder;
|
||||
|
||||
Reference in New Issue
Block a user