* Refactor classes * Refactor plugins * Add unit tests
0.8
===
* Fix variable type bugs * Add command line options to control testvars gathering * Include extra vars (again) as TESTVARS_EXTRA_VARS * Provide environment variables as fixtures * Add unit tests * Refactor TestVars class
0.7
===
* Major rewrite: migrate to ansible python api * Don't invoke testinfra 'class' scoped host fixture * Use pytest fixture scope 'session' for better caching * Expose ansible_facts * Missing feature: include extra vars files
0.6
===
* Add github issues tests * Migrate from os.path to pathlib * Make cache optional