summaryrefslogtreecommitdiff
path: root/test/driver-lib.bash
Commit message (Collapse)AuthorAge
* Unify Vagrant and Travis-CI testsAnish Athalye2020-01-03
| | | | | | | | | | This patch makes the tests (including the test driver) run entirely inside Vagrant, which avoids calling the very slow `vagrant` driver many times for running the tests. On my machine, `./test` runs in 22 seconds, down from hundreds of seconds prior to this patch. This also has the nice side effect of matching how the Travis CI tests were run, so there's no need for a separate `test_travis` anymore.
* 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