Move tests
This commit is contained in:
parent
c373194cb6
commit
25e395653d
25 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ use std::path::{Path, PathBuf};
|
||||||
|
|
||||||
const ENTRY_LIMIT: usize = 900;
|
const ENTRY_LIMIT: usize = 900;
|
||||||
// FIXME: The following limits should be reduced eventually.
|
// FIXME: The following limits should be reduced eventually.
|
||||||
const ISSUES_ENTRY_LIMIT: usize = 1920;
|
const ISSUES_ENTRY_LIMIT: usize = 1898;
|
||||||
const ROOT_ENTRY_LIMIT: usize = 896;
|
const ROOT_ENTRY_LIMIT: usize = 894;
|
||||||
|
|
||||||
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
|
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
|
||||||
"rs", // test source files
|
"rs", // test source files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue