-
With my limited knowledge, here's what I'm thinking:
- Unit tests for backend classes. I think phpspec is the preferred tool here – we already have one spec thanks to @franzliedke.
- Functional/integr…
-
https://glebbahmutov.com/blog/how-to-correctly-unit-test-express-server/
We should also investigate integrating this with GitHub Actions to automatically run unit tests on PRs
-
-
- moosh version: master
- moodle version: any
- database:
- php version: any
- operating system: linux
### Actual behaviour
Moosh is an excellent tool and the code base is growing steadily…
-
We are using pytest for testing and tox to automate this process.
While we have set-up the scripts, we need to add documentation on how to write Unit Tests as well as establish standards to write …
-
Is it possible to use Wallaby.js with the CasperJS testing framework?
nwant updated
5 years ago
-
```
There, I said it. :) It's much better than no tests, but we really should
be using SimpleTest.
Feeling out the server environment (e.g. ability to write files, detect
auto-compression) needs to…
-
The framework should have two purposes:
- automatic testing
- development help (like the standalone thing in the plugin interface with the additional option too trigger a call to the plugin)
-
Why not have a list of unit testing frameworks js?
-
We need to be able to test things like a new version of visual search or ckeditor automaticly. This is especially important as we move into new admin stuff. There are several options, we should pick …