summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Add default optionsAnish Athalye2016-03-03
| | | | | This feature was implemented with feedback from Aleks Kamko <aykamko@gmail.com> and Casey Rodarmor <casey@rodarmor.com>.
* Add functionality to create relative linksAnish Athalye2016-02-14
| | | | | | | This commit adds an option to the extended configuration syntax for linking files and directories. Enabling the relative option makes it so that symbolic links are created with relative paths instead of absolute paths.
* Add documentation and tests for pluginsAnish Athalye2016-02-06
|
* Travis: add guard to test_travisBenjamin Chrétien2016-01-18
|
* Move Travis CI test scriptAnish Athalye2016-01-16
|
* Add Travis CI supportBenjamin Chrétien2016-01-16
| | | | | The test suite has been slightly modified to allow running tests without Vagrant on Travis.
* Use standard library JSON parser for JSON filesAnish Athalye2016-01-13
| | | | | | This patch reverts the changes to the README made in 57265f78b4e4f6ca67393f55b2b08f6f45a02ff1 and makes it so that Dotbot supports JSON files with tab characters.
* Add ability to test with specific Python versionsAnish Athalye2015-10-22
|
* Add environment variable expansion in link pathsAnish Athalye2015-05-12
| | | | This feature was proposed by Brian Knobbs <brian@redlattice.com>.
* Clean up codeAnish Athalye2015-05-06
|
* Make driver display file names of testsAnish Athalye2015-05-06
|
* Update editorconfigAnish Athalye2015-05-06
|
* Add testing framework and testsAnish Athalye2015-05-05