My tox.ini:
[tox]
minversion = 1.8
envlist = py36
skipsdist = true
[testenv]
passenv = *
commands =
molecule test
deps =
-rrequirements.txt
ansible22: ansible==2.2.0.0
-----------------------------------------------------------------------------
My tox output appears to have the following:
create
installdeps
installed (coverage is not one of them)
runtests: PYTHONHASHSEED
runtests: commands[0] | molecule test
Molecule Output including the test session Molecule itself runs
Summary indicating the commands succeeded
congratulations :)
Currently the only tests written are those in my molecule/default/tests directory.
Thanks,
Dewey