-
**Enhancement**: Setup unit testing framework
**Details**: Add a unit testing framework to the project and implement a test. The aim of this issue isn't to give full test coverage, it's to add the…
-
As a stakeholder
I want the code to incorporate unit testing
So that I have confidence in it
**PROPOSAL**
- Construct unit test framework
- Incorporate jest module for testing purposes
- Re-…
miors updated
1 month ago
-
Python-nose was deprecated after EL8 and we're building it so code using it can be built.
Find a new framework for unit testing and switch to it.
-
### Label
enhancement, gempyor
### Priority Label
medium priority
### Is your feature request related to a problem? Please describe.
As per issue #281, the Exceptions/errors that are in `gempyor`…
-
# 🚀 Feature request
Allow developers to select a unit testing framework similarly to `ng e2e`.
### Command (mark with an `x`)
- [ ] new
- [ ] build
- [ ] serve
- [x] test
- [ ] e2e
…
-
### The problem you're addressing (if any)
The DTS unit test are executed on host as bare scripts. Going through each scenario is manual.
### Describe the solution you'd like
There should be …
-
Create unit testing framework (see python's `unittest` module).
afy updated
10 months ago
-
Let’s use this issue to discuss plans for a unit testing framework. There are probably enough decisions to be made to split this off the head issue.
-
Right now, MonoGame has some projects intended for unit testing the framework. These projects contain utility classes
to help test different aspects of MonoGame.
I think it could be useful…
-
Is it worth looking at using a unit testing framework such as Google Test, in addition to physics example tests?
Also, need to automate the current tests so they can be run regularly