-
Notifications
You must be signed in to change notification settings - Fork 1
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
Basic testing for i18n-check #2
Comments
As a part of this, we'd want to use the new YAML file for all check scripts:
Then we can move on to writing Pytest tests for this :) |
@OmarAI2003, don't forget to write in here so I can assign :) |
Here and ready to be assigned! 👍 |
Assigned! Let me know if you need any support here, @OmarAI2003 :) |
Let's start on #5 first and do a PR for that, @OmarAI2003, and then you're welcome to start with this issue. I think that once this one is done you'll have a lot more of an understanding of what the functionality of the CLI will be, and then you'll be ready to work on #4 :) For the tests, let's load in the testing files via utils as has been done, and then we can assert that all of the checks fail, as the directory has been set up that there's a problem that will fail each one. From there we can expand it, but that level of testing should be enough for the initial release. |
I think we're almost done with this here, @OmarAI2003 :) Can you go through the new environment setup and then run From there we can maybe do another issue for the tests for the actual |
I think we're good to close this one and move on to the CLI functionality, @OmarAI2003 😊 From here we can open a new issue for the functionality tests once we know that things are functioning the way we expect them to with the test frontend :) Thanks for the great step here for |
Terms
Description
Once we have the scripts migrated over from activist, the next step would be to add pytest based testing to the directory. We’d want to have some fake data in the testing files with valid and invalid i18n uses and make sure that future changes maintains the current functionality. This will also allow us to guide development in the future when we try to expand the functionality of the package.
Contribution
Happy to work on this and review when a PR is up! 😊
The text was updated successfully, but these errors were encountered: