You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.
No idea where this needs to go, but sometime after puppet installs python and pip, it would be nice if we could also install tox (ideally just for our dev setups, but there would be no harm in installing it on production):
pip install tox
Running our unit tests via tox is super easy, and helps streamline the test writing process.
The text was updated successfully, but these errors were encountered:
one other note, our tox environment for unit testing sets up symlinks which won't work under windows. there's an option to force copying instead of symlinks when running the unit tests we would have to enable.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No idea where this needs to go, but sometime after puppet installs python and pip, it would be nice if we could also install tox (ideally just for our dev setups, but there would be no harm in installing it on production):
Running our unit tests via tox is super easy, and helps streamline the test writing process.
The text was updated successfully, but these errors were encountered: