Commit Graph

6 Commits

Author SHA1 Message Date
Vineet Naik fe962ccb69 Add make target to cleanup e2e test setup 2020-09-20 09:46:35 +05:30
Vineet Naik 771c9e8096 Add two variants of make targets for e2e-tests
The default one 'test-e2e' starts with a clean slate ie. it removes
existing virtualenvs and sets them up again before running the tests.

The 'test-e2e-quick' reuses the existing virtualenvs (and hence runs
faster).

Also updated README.
2020-06-13 12:32:24 +05:30
Vineet Naik 0e01dc5f96 Update and fix Makefile for new test suites 2020-06-07 23:47:11 +05:30
Jeremy Bowman f79143fd04 Fix binary GraphViz output on Python 3 2017-01-25 11:36:18 -05:00
Tom Terrace 0364d7c2da Add a warning for dependencies that are missing/unsatisfied 2015-12-04 16:17:22 -05:00
Vineet Naik d13ff8bdef Modify test workflow
This commit decouples the test virtualenv creation from tox and simplify
it for running both locally and on travis-ci. Creation of the test
virtualenvs now happen via Makefile target 'test-env' which will create
2 virtualenvs in the dir tests/virtualenvs and also dump their
respective package data in .pickle files that will be used by the tests.

Also, builds on travis now no longer depend on tox but reuses some of
the Makefile targets for test virtualenv creation/cleanup.
2015-07-30 00:07:15 +05:30