1
0
mirror of https://github.com/borg-qt/borg-qt.git synced 2024-06-25 23:38:58 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Zweili
1ae842f81e add mount functionality 2019-02-03 21:34:36 +01:00
Andreas Zweili
df95a80b37 extend test_write_config to check every value in the config 2019-02-03 19:38:20 +01:00
Andreas Zweili
2e67c1200a add delete functionality 2019-02-02 16:37:38 +01:00
Andreas Zweili
b42ddcc0e0 add restore functionality 2019-02-02 14:54:37 +01:00
Andreas Zweili
d82f2da824 add backup functionality 2019-02-02 11:27:38 +01:00
Andreas Zweili
91eb47a536 make tests for absent and empty options more robust 2019-01-28 11:14:13 +01:00
Andreas Zweili
1212af9a64 fix a unittest 2019-01-26 11:45:30 +01:00
Andreas Zweili
a0fcf76075 remove unused import 2019-01-26 11:45:17 +01:00
Andreas Zweili
5e692032fe move the BorgQtTestCase into its own file 2019-01-26 11:44:51 +01:00
Andreas Zweili
eabaffec26 Add GUI functionality for the config 2019-01-23 21:34:08 +01:00
Andreas Zweili
c5d883e82d add a Config class 2019-01-19 16:24:59 +01:00
Andreas Zweili
4135986745 add a context file for tests
With the context file on can import modules from the main package. This is very
helpful for tests.

Just do, import context in each test to activate it.
2019-01-18 16:48:16 +01:00