cascade-cli 0.1.152

Stacked diffs CLI for Bitbucket Server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Integration test entry point
// Rust requires integration tests to be in the root of tests/ directory

mod integration {
    mod bitbucket_api_tests;
    mod branch_deletion_safety_tests;
    mod checkout_safety_tests;
    mod config_management_tests;
    mod end_to_end_tests;
    mod force_push_safety_tests;
    mod hook_content_tests;
    mod multi_stack_tests;
    mod network_failure_tests;
    mod platform_tests;
    mod squash_and_push_tests;
    mod test_helpers;
}