INN / deploy-tools

Deployment tools for INN's WordPress sites
15 stars 6 forks source link

Are we using an outmoded version of the testing framework? #35

Open benlk opened 8 years ago

benlk commented 8 years ago

https://github.com/INN/deploy-tools/blob/master/fablib/wp/tests.py#L120 installs WP_VERSION of the tests, but WP_VERSION is set to 3.9.1: https://github.com/INN/deploy-tools/blob/master/fablib/wp/tests.py#L17

benlk commented 8 years ago

As far as I can tell, yes, we're using 3.9.1 for all versions of WordPress: https://github.com/INN/deploy-tools/blob/master/fablib/wp/tests.py#L120

benlk commented 6 years ago

Also, we're still using Vagrant tests when most devs at INN are using Valet.