borgmatic/atticmatic/tests
Robin Schneider 9f5c5c8e13 Use /\s+/ to split source_directories to handle 1+ spaces.
This bug is can be quite annoying because when you accidentally used
something like:

```ini
[location]
source_directories: backup_one  backup_two
;                              A (Additional space here)
```

It would call Attic/Borg with ('backup_one', '', 'backup_two') which in
turn backups your whole $PWD.
2016-01-31 11:42:07 +01:00
..
integration #11: Fixed parsing of punctuation in configuration file. 2015-09-06 15:33:56 -07:00
unit Use /\s+/ to split source_directories to handle 1+ spaces. 2016-01-31 11:42:07 +01:00
__init__.py Adding unit tests for config module. 2014-11-17 21:57:44 -08:00
builtins.py Improved mocking of Python builtins in unit tests. 2015-06-14 11:00:46 -07:00