Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding functional tests to this project #1

Open
danielbachhuber opened this issue Apr 8, 2016 · 3 comments
Open

Consider adding functional tests to this project #1

danielbachhuber opened this issue Apr 8, 2016 · 3 comments

Comments

@danielbachhuber
Copy link
Contributor

Functional tests are an integral ingredient of highly-quality, maintainable commands. WP-CLI tries to make it as easy as possible to add functional tests to your package with its wp scaffold package-tests command:

https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-tests

I'd encourage you to consider adding functional tests to your package :) By starting your functional tests early on, it also makes it much easier to maintain your project over time.

@frozzare
Copy link
Collaborator

frozzare commented Apr 8, 2016

Yeah, testing is good, finding the time to add testing to all projects is hard.

@danielbachhuber
Copy link
Contributor Author

The scaffolding certainly aims to make writing tests much easier. If you want to give it 5 minutes to use, and let me know if you can't use it in 5 minutes, I'd be very happy to help improve the process.

@frozzare
Copy link
Collaborator

frozzare commented Apr 8, 2016

Will take a look at it later!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants