summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2022-09-16Fix clippy: Remove redundant static lifetimeMatthias Beyer
2022-09-16Fix clippy: Remove unused importMatthias Beyer
2022-09-16Fix clippy: Remove unnecessary empty string for write!()Matthias Beyer
2022-09-16Fix clippy: Remove redundant static lifetimeMatthias Beyer
2022-09-16Fix clippy: Use panic instead of expectMatthias Beyer
2022-09-16Fix clippy: Allow unused code in common tests moduleMatthias Beyer
2022-09-16Fix clippy: Remove unused importMatthias Beyer
2022-09-16Fix clippy: Remove unused codeMatthias Beyer
2022-09-16Fix clippy: Remove redundant static lifetimeMatthias Beyer
2022-09-16Adjust tests for new required fieldMatthias Beyer
2022-09-16Add test that setting a not-allowed value failsMatthias Beyer
2022-09-16Merge #70bors[bot]
2022-09-16Use helper functions to call cargo-changelog-newMatthias Beyer
2022-09-16Add helper functions to calling cargo-changelogMatthias Beyer
2022-09-16Replace manual cargo-changelog-init with helper fnMatthias Beyer
2022-09-16Adapt tests: Set "subject" header field in "new" command callMatthias Beyer
2022-09-16Merge #68bors[bot]
2022-09-16Fix tests: Collect lines to multi-line stringMatthias Beyer
2022-09-16Merge #56bors[bot]
2022-09-16Implement metadata-crawlingMatthias Beyer
2022-09-16Merge #67bors[bot]
2022-09-16Replace manual cargo-changelog-init with helper fnMatthias Beyer
2022-09-16Add helper: init_cargo_changelog()Matthias Beyer
2022-09-16Replace manual init with init_cargo()Matthias Beyer
2022-09-16Fix: Pass package name to init_cargo(), build --bin crateMatthias Beyer
2022-09-16Remove unused importsMatthias Beyer
2022-09-06Adapt tests: Add setting for header valueMatthias Beyer
2022-09-06Fix: Collect header to lines, not concatenate themMatthias Beyer
2022-09-06Adapt testMatthias Beyer
2022-09-02Add tests for "verify-metadata" commandMatthias Beyer
2022-09-01Add test to create alpha releaseMatthias Beyer
2022-09-01Add helper for initializing cargo projectMatthias Beyer
2022-09-01Add test that "release" command worksMatthias Beyer
2022-09-01Adapt assertionMatthias Beyer
2022-09-01Create test that unreleased dir contains gitkeep fileMatthias Beyer
2022-09-01Add test for creating TOML headerMatthias Beyer
2022-08-29Move template tests to release command implementationMatthias Beyer
2022-08-29Add test that versions are sorted appropriatelyMatthias Beyer
2022-08-29Change layout of data passed to templateMatthias Beyer
2022-08-29Add tests for default templateMatthias Beyer
2022-08-29Add test whether default configuration deserializesMatthias Beyer
2022-08-29Merge #15bors[bot]
2022-08-29Add test that "init" creates templateMatthias Beyer
2022-08-29Add test that "generate" command movesMatthias Beyer
2022-08-29Add test that generate command creates new directoryMatthias Beyer
2022-08-28Add test that default header is createdMatthias Beyer
2022-08-28Adapt testsMatthias Beyer
2022-08-28Add test whether "new" opens editorMatthias Beyer
2022-08-28Add test to create new entry with text from fileMatthias Beyer
2022-08-28Add test that we can pipe text into the "new" commandMatthias Beyer