-
-
We should set up a testing framework for the code in this repo.
-
To able to make changes to this tool with ease, it should allow for testing the changes on the go.
Come up with a testing framework so with mock success repos and mock failure repos to check if the c…
-
Phpunit has a lot of dependencies and ls very complicated.
Composer is very slow. This means slow CI builds.
Tests should be very literate and lend themselves to generating documentation, neither of…
-
**Is your feature request related to a problem? Please describe.**
Unit tests aren't enough to ensure that Druxt is working. End 2 end tests need to be added.
**Describe the solution you'd like**
…
-
I'm currently trying to bring my development stack up to date and I stumbled across this message when attempting to run unit tests:
Class "PHPUnit_Framework_TestCase" not found
This occurs b…
-
As of today there are no automated tests whatsoever across the whole project. If Superalgos should be not just feature-rich flexible system but also highly resilient, automated testing is a must. As p…
-
-
1. Setup build and test pipeline
2. Get tests to run faster
3. Restructure tests more like interpret-community
-
I would for gob to be able to integrate with testing frameworks such as go test.