Commit Graph

23 Commits

Author SHA1 Message Date
Andreas Zweili 2393c09a30 remove the context file 2019-05-30 16:53:58 +02:00
Andreas Zweili 4ae0f2a79f change imports to use the package 2019-05-25 22:04:20 +02:00
Andreas Zweili 874a0bfafb Merge branch 'master' into package 2019-05-12 21:02:40 +02:00
Andreas Zweili ef189be7cf add a prune function 2019-04-28 20:01:17 +02:00
Andreas Zweili 01bb72e14c start migrating the project to a package 2019-04-22 10:28:50 +02:00
Andreas Zweili 5d80c72384 migrate from unittest to pytest 2019-04-21 22:27:25 +02:00
Andreas Zweili 38a3a6bfc7 Add background functionality 2019-02-18 13:00:11 +01:00
Andreas Zweili 8c9f7bc329 rework the borg interface 2019-02-07 21:35:14 +01:00
Andreas Zweili e4848911d7 remove unused imports 2019-02-03 21:36:37 +01:00
Andreas Zweili 8ddf7dbae6 make sure the restore tests cleans up after itself 2019-02-03 21:36:24 +01:00
Andreas Zweili f5c052c2ee refactor code to use the create_path and remove_path functions 2019-02-03 21:35:53 +01:00
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