knope 0.22.4

A command line tool for automating common development tasks
1
2
3
4
5
6
7
use crate::helpers::TestCase;

/// Run `--validate` with a config file that has both package configs—which is a conflict.
#[test]
fn validate_conflicting_packages() {
    TestCase::new(file!()).run("--validate");
}