-
Notifications
You must be signed in to change notification settings - Fork 3
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
remove codeception #40
Comments
You're right and I'm ok with removing codeception. In reality though we don't have that many tests yet, do the gains justify the cost of converting? |
much of the classes would remain the same, except for |
Why not |
For us it doesn't make sense because we don't care about weight and we are used to codeception. But if we wanted to make it into a public library then pure |
if I have a project that uses only |
@alexcoffee I don't think codeception is a deterrent to people using a library. @ruskiyos This project is using codeception. :) |
I don't care enough to die on this hill, but I don't see any value in changing it. |
lol I don't care enough to die on the hill either and I don't see the benefit in changing it for us. But I do see the value in "don't require more than you use". |
this is a public packagist repo, not a project lol. that's why I want to remove the dependency on codeception. if someone has codeception installed, they will automatically have phpunit, but not the other way around |
Looking at our tests, they are ALL unit tests.
There is really no point in loading in all of
codeception
module if we are using only simple assertions.phpunit
weighs so much less and is not much different thancodeception
(since codeception just wraps phpunit)The text was updated successfully, but these errors were encountered: