-
I've already done the vitest/testing library setup, so It would be nice to test my components.
-
Is it in oasp4j possible to travel in time for testing purposes?
Time travels are necessary, if you want to test application behavior that depends on the current system time. For example, the applicat…
-
We're trying to test a frontend feature that sends a request to a Third Party API when a button is clicked. The click will trigger an internal API call to our Flask application, which will translate t…
-
The other day while creating a mock class for attributes with the decimal number data type, it struck me that are probably going about that all wrong. Our mock classes that we use in the PHPUnit tests…
-
Hi, mocha is just test runner, but it's lacking jest's asserting and mocking functionality. I didn't find any fable's bindinds to neither chai nor sinon, which are most popular for mocha. What do you …
-
Hi bug hunters,
Thanks for fixing the issues with version 2.1.2. I can now successfully start the auto-generated node js stubs from swagger hub again.
Unfortunately there now seems to be a new e…
-
- [x] Choose unit test framework
- [ ] Create build environment
- [ ] Specify initial dummy tests to be implemented OS/Node level
-
You have some tests, amazing! That's more than we managed 😅
Still, I ran npm test and wasn't able to get them to run properly, so wanted to point that out!
![](https://image.ibb.co/j8r9QL/Screen-S…
-
**Library version used**
E.g. "^0.4.0"
**Language library used with**
JavaScript
**Describe the bug**
When parsing RAML file specifying `protocols` property the corresponding OAS JSON file co…
-
This is a question, a suggestion to add more detail to the docs with regards to unit testing, and also a call to consider possible API changes that would facilitate mocking grain dependencies for unit…