summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2020-05-31assert_fs: 0.11 -> 1Matthias Beyer
2020-05-31assert_cmd: 0.11 -> 1Matthias Beyer
2020-05-31version-sync: 0.8 -> 0.9Matthias Beyer
2020-05-31semver: 0.9.0 -> 0.10.0Matthias Beyer
2020-03-24Update toml-query: 0.9.2 -> 0.10.0Matthias Beyer
2020-03-24Revert "Move to toml-query from master branch"Matthias Beyer
2020-03-08Move to toml-query from master branchMatthias Beyer
2020-03-01Update tests for new runtime flagsMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-22Add missing license keyMatthias Beyer
2019-12-22Remove unused importsMatthias Beyer
2019-12-22Fix: Use unwrap_or_else(panic!(...)) as recommended by clippyMatthias Beyer
2019-12-22Remove unused function file_path()Matthias Beyer
2019-12-22Remove let binding for unit valueMatthias Beyer
2019-12-22Use char instead of string literalMatthias Beyer
2019-12-01Add ui test for imag-viewMatthias Beyer
2019-11-21Add version-sync tests to ensure we update correctlyMatthias Beyer
2019-11-13Add test for testing listing all entries with/out a certain tagMatthias Beyer
2019-11-10Fix: Make everything cfg(test)Matthias Beyer
2019-11-03Test imag-mvMatthias Beyer
2019-11-03Add tests for imag-categoryMatthias Beyer
2019-11-03Add helper function to get stderr of a commandMatthias Beyer
2019-11-03Add imag-tag testsMatthias Beyer
2019-11-03Adapt to quote-less outputMatthias Beyer
2019-11-03Rewrite imag header version output testMatthias Beyer
2019-11-03Add call() helperMatthias Beyer
2019-11-03Add tests for imag-grepMatthias Beyer
2019-11-02Refactor file_path and provide helper function for store pathMatthias Beyer
2019-11-02Refactor out helper function to simply get stdout of a commandMatthias Beyer
2019-11-02Move path calculation to helper functionMatthias Beyer
2019-11-02Add test: Check whether imag-header prints correct string when querying imag....Matthias Beyer
2019-11-02Add test: Test whether imag-header reports header at imag.version after entry...Matthias Beyer
2019-11-02Add test: imag-ids reports id after it was createdMatthias Beyer
2019-11-02Add test: check whether imag-create works as expectedMatthias Beyer
2019-11-02Add test: store is empty after creationMatthias Beyer
2019-11-02Add test: check with imag-ids whether no entries exist after initMatthias Beyer
2019-11-02Add test: check whether imag-init creates store pathMatthias Beyer
2019-11-02Add test: check whether default configuration is added when imag-init is calledMatthias Beyer
2019-11-02Add imag-init testMatthias Beyer
2019-11-02Add crate for ui-testsMatthias Beyer
2017-09-18Remove shell code which is not used anymoreMatthias Beyer
2016-09-08test setup: Prepare store directory before starting testsMatthias Beyer
2016-08-29Disable debug output in shell-script testsMatthias Beyer
2016-08-02Do not print logging info with color in test scriptsMatthias Beyer
2016-07-25tests: Add --config settingMatthias Beyer
2016-07-25tests: Call imag binaries with config override for implicit store creationMatthias Beyer
2016-04-18Add helper function to cat an entry from the storeMatthias Beyer
2016-04-18Move test utilities to top-level test directoryMatthias Beyer