-
Refer to https://r-pkgs.org/software-development-practices.html. Github actions could be used for continuous integration to automate testing.
-
1. Switch to a more robust testing framework (Jasmine, Mocha, Karma, etc.)
2. Integrate with [Travis](https://travis-ci.org/).
3. Integrate with [Coveralls](https://coveralls.io/).
4. Profit.
-
# Testing research
We need to figure out a testing plan for the following kinds of tests
- [ ] unit tests (what works well, is easy and integrates well with github actions)
- [ ] migration tests (sa…
-
I'm once more working on packaging https://evcc.io. One key challenge for me (Mac developer) ist user-testing the final application. Operating a Raspi, remote-updating etc. is too cumbersome for my ta…
-
# Core
- Try to avoid `eventBus.post` from within the unit tests for the core. Its better practice to call the public methods directly. It is not the goal to test to ensure guava's event bus works cor…
-
Now that Cucumber and Gherkin are going out of style, how about developing standards for feature specs?
Apart from a couple [years-old](https://www.chrisdpeters.com/blog/introduction-feature-specs-…
-
# Motivation
Understanding how to write and implement tests is critical for ensuring code reliability and maintainability. However, beginners often struggle with writing effective tests and understan…
-
### Overview
We need to assess the remaining items for pre-launch and outline post-launch plans for the 311-data application.
### Action Items
- [ ] System Architecture Documentation - [here]…
-
The `podinfo` example provided [here](https://github.com/stefanprodan/timoni/tree/main/examples/podinfo) has some test files.
Documentation around this would be great!
-
We have had a lot of testing practices over the development of this repository. Our current strategies should be documented somewhere for reference by new developers. In case I don't get around to thi…