1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck
Files: CHANGELOG.md
Cargo.toml
README.md
README.tpl
crates/test-case-core/Cargo.toml
crates/test-case-core/src/comment.rs
crates/test-case-core/src/complex_expr.rs
crates/test-case-core/src/expr.rs
crates/test-case-core/src/lib.rs
crates/test-case-core/src/modifier.rs
crates/test-case-core/src/test_case.rs
crates/test-case-core/src/test_matrix/matrix_product.rs
crates/test-case-core/src/test_matrix/mod.rs
crates/test-case-core/src/utils.rs
crates/test-case-macros/Cargo.toml
crates/test-case-macros/src/lib.rs
debian/control
debian/copyright-check
debian/gbp.conf
debian/patches/1001_itertools.patch
debian/patches/README
debian/patches/series
debian/rules
debian/source/format
debian/source/lintian-overrides
debian/tests/control
debian/upstream/metadata
debian/watch
scripts/publish.sh
scripts/test_all.sh
src/lib.rs
tests/acceptance_cases/allow_stays_on_fn/Cargo.toml
tests/acceptance_cases/allow_stays_on_fn/src/lib.rs
tests/acceptance_cases/cases_can_be_declared_on_async_methods/Cargo.toml
tests/acceptance_cases/cases_can_be_declared_on_async_methods/src/lib.rs
tests/acceptance_cases/cases_can_be_declared_on_non_test_items/Cargo.toml
tests/acceptance_cases/cases_can_be_declared_on_non_test_items/src/lib.rs
tests/acceptance_cases/cases_can_be_declared_on_non_test_items/src/main.rs
tests/acceptance_cases/cases_can_be_ignored/Cargo.toml
tests/acceptance_cases/cases_can_be_ignored/src/lib.rs
tests/acceptance_cases/cases_can_panic/Cargo.toml
tests/acceptance_cases/cases_can_panic/src/lib.rs
tests/acceptance_cases/cases_can_return_result/Cargo.toml
tests/acceptance_cases/cases_can_return_result/src/lib.rs
tests/acceptance_cases/cases_can_use_regex/Cargo.toml
tests/acceptance_cases/cases_can_use_regex/src/lib.rs
tests/acceptance_cases/cases_support_basic_features/Cargo.toml
tests/acceptance_cases/cases_support_basic_features/src/lib.rs
tests/acceptance_cases/cases_support_complex_assertions/Cargo.toml
tests/acceptance_cases/cases_support_complex_assertions/src/lib.rs
tests/acceptance_cases/cases_support_generics/Cargo.toml
tests/acceptance_cases/cases_support_generics/src/lib.rs
tests/acceptance_cases/cases_support_keyword_using/Cargo.toml
tests/acceptance_cases/cases_support_keyword_using/src/lib.rs
tests/acceptance_cases/cases_support_keyword_with/Cargo.toml
tests/acceptance_cases/cases_support_keyword_with/src/lib.rs
tests/acceptance_cases/cases_support_multiple_calling_methods/Cargo.toml
tests/acceptance_cases/cases_support_multiple_calling_methods/src/lib.rs
tests/acceptance_cases/cases_support_pattern_matching/Cargo.toml
tests/acceptance_cases/cases_support_pattern_matching/src/lib.rs
tests/acceptance_cases/features_produce_human_readable_errors/Cargo.toml
tests/acceptance_cases/features_produce_human_readable_errors/src/lib.rs
tests/acceptance_cases/matrices_compilation_errors/Cargo.toml
tests/acceptance_cases/matrices_compilation_errors/src/lib.rs
tests/acceptance_cases/matrices_support_basic_features/Cargo.toml
tests/acceptance_cases/matrices_support_basic_features/src/lib.rs
tests/acceptance_tests.rs
tests/snapshots/rust-nightly/acceptance__allow_stays_on_fn.snap
tests/snapshots/rust-nightly/acceptance__cases_can_be_declared_on_async_methods.snap
tests/snapshots/rust-nightly/acceptance__cases_can_be_declared_on_non_test_items.snap
tests/snapshots/rust-nightly/acceptance__cases_can_be_ignored.snap
tests/snapshots/rust-nightly/acceptance__cases_can_panic.snap
tests/snapshots/rust-nightly/acceptance__cases_can_return_result.snap
tests/snapshots/rust-nightly/acceptance__cases_can_use_regex.snap
tests/snapshots/rust-nightly/acceptance__cases_declared_on_non_test_items_can_be_used.snap
tests/snapshots/rust-nightly/acceptance__cases_support_basic_features.snap
tests/snapshots/rust-nightly/acceptance__cases_support_complex_assertions.snap
tests/snapshots/rust-nightly/acceptance__cases_support_generics.snap
tests/snapshots/rust-nightly/acceptance__cases_support_keyword_using.snap
tests/snapshots/rust-nightly/acceptance__cases_support_keyword_with.snap
tests/snapshots/rust-nightly/acceptance__cases_support_multiple_calling_methods.snap
tests/snapshots/rust-nightly/acceptance__cases_support_pattern_matching.snap
tests/snapshots/rust-nightly/acceptance__features_produce_human_readable_errors.snap
tests/snapshots/rust-nightly/acceptance__matrices_compilation_errors.snap
tests/snapshots/rust-nightly/acceptance__matrices_support_basic_features.snap
tests/snapshots/rust-stable/acceptance__allow_stays_on_fn.snap
tests/snapshots/rust-stable/acceptance__cases_can_be_declared_on_async_methods.snap
tests/snapshots/rust-stable/acceptance__cases_can_be_declared_on_non_test_items.snap
tests/snapshots/rust-stable/acceptance__cases_can_be_ignored.snap
tests/snapshots/rust-stable/acceptance__cases_can_panic.snap
tests/snapshots/rust-stable/acceptance__cases_can_return_result.snap
tests/snapshots/rust-stable/acceptance__cases_can_use_regex.snap
tests/snapshots/rust-stable/acceptance__cases_declared_on_non_test_items_can_be_used.snap
tests/snapshots/rust-stable/acceptance__cases_support_basic_features.snap
tests/snapshots/rust-stable/acceptance__cases_support_complex_assertions.snap
tests/snapshots/rust-stable/acceptance__cases_support_generics.snap
tests/snapshots/rust-stable/acceptance__cases_support_keyword_using.snap
tests/snapshots/rust-stable/acceptance__cases_support_keyword_with.snap
tests/snapshots/rust-stable/acceptance__cases_support_multiple_calling_methods.snap
tests/snapshots/rust-stable/acceptance__cases_support_pattern_matching.snap
tests/snapshots/rust-stable/acceptance__features_produce_human_readable_errors.snap
tests/snapshots/rust-stable/acceptance__matrices_compilation_errors.snap
tests/snapshots/rust-stable/acceptance__matrices_support_basic_features.snap
Copyright: NONE
License: UNKNOWN
FIXME
Files: LICENSE
Copyright: 2017, Marcin Sas-SzymaĆski
License: Expat
FIXME
|