28 Commits

Author SHA1 Message Date
Eric Torres
db170b40bc Split tests into special and normal cases for create_snapshot(), dunder and normal methods 2019-05-01 12:32:02 -07:00
Eric Torres
73246c3ccc Revert regex string 2019-04-18 22:06:10 -07:00
Eric Torres
250ce3d945 Fix failing tests 2019-04-18 21:44:03 -07:00
Eric Torres
1b69d6aab4 Organize imports 2019-04-17 11:54:20 -07:00
Eric Torres
dbb5c0fa8b Make use of patch.stopall() 2019-04-17 11:53:05 -07:00
Eric Torres
8c1774e9fe Skip correct tests 2019-04-17 10:03:07 -07:00
Eric Torres
f55b5ba8af Make use of patch.multiple to clean up mocks 2019-04-16 22:54:45 -07:00
Eric Torres
43d4a07d26 Change test repository directory 2019-04-16 17:14:46 -07:00
Eric Torres
e7a8719dc9 Minor mock cleanups 2019-04-16 17:14:27 -07:00
Eric Torres
5022fef5bf Patch out symlinking 2019-04-16 13:48:20 -07:00
Eric Torres
386b200e9d Docstring cleanups for documentation 2019-04-14 14:56:09 -07:00
Eric Torres
ad651cd804 Run black code formatter 2019-04-12 07:53:23 -07:00
Eric Torres
9a2935b4da Test all parts of Repository.cleanup() 2019-04-12 07:51:08 -07:00
Eric Torres
ceadeed216 Update input data parameters and restructure test methods 2019-04-11 22:18:42 -07:00
Eric Torres
1cc6ed50e3 Add Repository.cleanup() 2019-04-11 22:13:14 -07:00
Eric Torres
8a407292c9 Use regex to parse user snapshot name input 2019-04-11 22:12:08 -07:00
Eric Torres
f98e3397ce Imports and docstring cleanups 2019-04-10 19:23:17 -07:00
Eric Torres
94c70b7b2e Update tests for struct package 2019-04-10 18:17:21 -07:00
Eric Torres
35167f28c6 Docstring updates for tests 2019-04-10 18:13:13 -07:00
Eric Torres
03af77cf92 Remove doc test run code 2019-04-10 18:04:36 -07:00
Eric Torres
0b52b75dbf Optimize imports in test classes 2019-04-10 18:03:58 -07:00
Eric Torres
ea0a629fd9 Rename README and hierarchy package to decrease verbosity 2019-04-09 19:17:09 -07:00
Eric Torres
c713cc25d7 Do not ship test suite with actual project 2019-03-31 11:21:00 -07:00
Eric Torres
aea24e2b6e Move tests package to rbackup.tests 2019-03-27 22:06:46 -07:00
Eric Torres
46aa2c44eb Cleanup tests and use class decorators in tests.test_repository 2019-03-20 00:23:25 -07:00
Eric Torres
ccccdb6b77 Allow for means of iteration through Snapshots in a Repository 2019-03-18 10:36:30 -07:00
Eric Torres
30cb9e03a4 Utilize pathlib over os.path for internal path handling 2019-03-17 18:22:30 -07:00
Eric Torres
41c194faad Split test_hierarchy into 3 modules and make tests a package 2019-03-16 07:46:03 -07:00