-
We should probably decide on a javascript testing framework since most of our functional code will be written in javascript. The two frameworks I know about are [qUnit](https://qunitjs.com/), created …
-
It's necessary to have testing frameworks added to the scaffold to encourage testing. Open to suggestions in terms of best practices but will probably go with Mocha/Jasmine/whatever via Karma.
-
```
When the project become more mature add unit tests. Some of the code
should be refactored to make it easier to test specifically for how
the code interfaces with JGit.
Relevant parts of the Mercu…
-
Right now we can check whether electronic components (and our firmware drivers for them) are working by using the STM32Cube IDE's debugger. Once we get them to work, we will want an easier way to repe…
-
A framework for directly testing bytecode examples. Somewhat similar to the PIR/PASM/C testing framework.
Originally http://trac.parrot.org/parrot/ticket/600
-
right now, there is no test coverage on any of the code, and given the number of broken commits I've submitted, we should start to implement test coverage.
Given the current development, and popula…
-
A framework to create unit tests for indexers
Objective:
Background:
Scope:
- #239 - 1-2 days
- #240 - 2-3 days
- RnD write a framework. Generate mock events manually. Try to send it to processo…
-
**Is your feature request related to a problem? Please describe.**
The repository currently lacks any end-to-end (e2e) tests. I recommend adding e2e tests to the repository to ensure code robustness.…
-
This will likely become necessary as this project grows. See this branch [here](https://github.com/138paulmiller/quartz-engine/tree/feat-unittests/QuartzTest) for a working example.
-
I seems like we will stay with my (temporary) testing framework for now. I'm actually surprised that this idea worked out.
Nevertheless, we should discuss if there might be better alternatives or i…