-
I want to have solid tests on this code base so that way it's easy to add new features. I haven't decided on a specific framework yet but I am learning towards Jasmine.
-
Any preferences with testing frameworks? I've had good experiences with Jasmine and Mocha/Chair.
I also like using https://github.com/airportyh/testem, it allows us to test in multiple browsers at th…
-
This could be split into 2 issues, but for development of ideas 1 issue might be sufficient now... both features will be closely related in code. (after doing a test, just record the time...)
It woul…
-
There is some prior work done here for related projects:
- KaTeX uses a selenium docker to render their content in firefox and chrome.
- KaTeX also can compare LaTeX with their output for compar…
-
We need some automation for testing based on driver introspection.
-
The initial V1.0 release of CharLS had its own unit test framework (in charlstest.exe)
Modern development environments come with support for C++ unit tests. CharLS start with Visual Studio C++ unit…
-
Functions to benchmark certain functions or algorithms could be beneficial, say, for encouraging friendly competition between students.
Additionally, functions to test certain expectations can be u…
-
Current system does not have any way to add/run unit tests. Objective is to setup unit testing and a way to run them in the Github pipelines.
31-03-2024: Abhishek
Added basic boilerplate code to set…
-
---
## Tasks
1. **Set Up Testing Framework:**
- Install and configure `pytest` and `pytest-flask` for testing the application.
2. **Write Unit Tests for Routes:**
- Test each endpoint f…
-
As a dev or tester, I want to know what testing frameworks IntelliTect uses and why so that I can leverage that knowledge in my own projects