Tightened project discovery behavior

This commit is contained in:
Lucien Greathouse
2019-11-02 23:36:28 -07:00
parent 7c71708de7
commit 3a538f98ed
3 changed files with 23 additions and 26 deletions

View File

@@ -16,14 +16,6 @@ lazy_static! {
{ Path::new(env!("CARGO_MANIFEST_DIR")).join("test-projects") };
}
#[test]
fn empty() {
let project_file_location = TEST_PROJECTS_ROOT.join("empty/default.project.json");
let project = Project::load_exact(&project_file_location).unwrap();
assert_eq!(project.name, "empty");
}
#[test]
fn empty_fuzzy_file() {
let project_file_location = TEST_PROJECTS_ROOT.join("empty/default.project.json");