-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Feature request] - Continuous integration testing with Pytest #46
Comments
For this kind of software performance is very important. Performance benchmarks tests may be very important (especially if a big refactoring will take place) to make sure that translation time does not increase dramatically if not intended to do so. |
Perhaps this package is useful for the performance testing |
In my humble opinion, software performance shall not be put as a priority. More specifically, we need instead to have object persistence (e.g. via |
Closing as mostly completed |
There is a nice opportunity to add some CI to this repo and test the code as it gets updated.
A non exhaustive list of things that could be tested
I'm keen to contribute the above todo list if allowed.
Just raising an issue to check if others are keen on seeing this testing added?
I've made a start over here if anyone is interested
The text was updated successfully, but these errors were encountered: