summaryrefslogtreecommitdiff
path: root/test/driver-lib.bash
Commit message (Collapse)AuthorAge
* Speed up Vagrant testsAnish Athalye2018-03-27
| | | | | | | | | | | | This patch removes the snapshot/rollback system for the tests and replaces it with a simple cleanup script that removes the appropriate files from the VM's $HOME before every test. A side benefit is that there is no more dependency on the Sahara plugin. The cleanup script may not provide as good isolation between independent tests as the previous setup, but it is orders of magnitude faster to run without a VM rollback for every single test, and it does not break any of the current tests.
* Add ability to test with specific Python versionsAnish Athalye2015-10-22
|
* Clean up codeAnish Athalye2015-05-06
|
* Make driver display file names of testsAnish Athalye2015-05-06
|
* Add testing framework and testsAnish Athalye2015-05-05