summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/common.rs
AgeCommit message (Expand)Author
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07refactor: Cleanup unwraps in create_fixture_repo function (#311)Neil Kistner
2019-09-07fix: Fixture repo will now clone and set git config locally (#307)Neil Kistner
2019-09-05feat: Adds Git State module for showing "REBASING 2/3", etc. (#276)Nick Young
2019-09-04refactor: Move `create_fixture_repo` into common in integration tests (#282)Neil Kistner
2019-07-27feat: Add configuration for add_newline (#116)Matan Kushner
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-06Refactor integration tests (#71)Matan Kushner