Rename MockDatabase -> TestDB

Actually working rename is sooo useful!
This commit is contained in:
Aleksey Kladov
2019-11-04 22:21:15 +03:00
parent 7649a8ebbe
commit 74d827bb80
6 changed files with 57 additions and 60 deletions

View File

@@ -29,8 +29,6 @@ macro_rules! impl_froms {
pub mod debug;
pub mod db;
#[macro_use]
pub mod mock;
pub mod source_binder;
mod ids;
@@ -51,6 +49,8 @@ mod code_model;
pub mod from_source;
#[cfg(test)]
mod test_db;
#[cfg(test)]
mod marks;