-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
WIP Improve unit tests #512
Comments
Is this list up to date? |
@jaynarayan89 It is indeed up-to-date ... there are lots of unit tests needed :-/ |
@jim-parry Is there any discussion on this on how we can help to improve the tests? I'd like to help on Cache. |
Please do! No one has shown much interest in this grunt work, so I have been doing most of it. |
Hello! Is this still available? I would love to help to improve the Unit Testing. Thanks :) |
@nikkolai14 You bet. Specific needs:
|
@jim-parry I'll go for the "model" first. thanks :) |
hi @jim-parry we are a group of students and we want to contribute , |
@lyagoubisaad They are. We should chat about these, as they each have some quirks. Send me an email (it is in my profile), letting me know a good time to doa quick zoom conference, so I can learn more. |
@paolooo I don't see any activity on your part re unit testing the Cache module, and your fork is 400+ commits behind ours. I will remove you from the unit testing module list, so that others might consider it. |
@nikkolai14 I see no activity on your part re unit testing Model, and your fork is 300+ commits behind ours. I will remove you fro the unit testing module list, so that others might consider picking it up. |
@jim-parry I added Migrations to the list because I realized the MigrationRunner didn't have any coverage, and added my initial next to it. I'm working on tests for that now. |
Thank you:) |
Is this list updated? as I can see the codeigniter and model related test cases already in place |
@atishamte There are unit tests for CodeIgniter & Model, but they only have 71% & 81% coverage at the moment, which is not enough. |
Sure. I will also try to add test cases which will increase the code coverage. |
That would be great, thanks! |
@jim-parry, I have done the test cases for both Database(#1917) andCastAsJson(#1911) which rose the code coverage up to >81%. |
@jim-parry, could you please update the status list... :) |
We have reached 80% code coverage, yay! |
Our goal is to achieve 80% code coverage before release.
The text was updated successfully, but these errors were encountered: