-
We really need to add automated testing to this library before we can release the RC.
The issue we have is a lot of the code in this library can't be easily unit tested, as it is heavy UI code. Ther…
-
We can/should deploy a feature-complete mirror of our infrastructure in Docker containers and run automated tests on it.
Things that I would definitely want to test that way:
- [ ] [`hashbang.sh`]…
-
The bot currently has no way of automatically testing inputs for expected results.
Two suggested frameworks are:
- https://hackage.haskell.org/package/hedgehog
- https://hackage.haskell.org/packa…
-
Ok, so now that we have a password free version of Vlad we can start some automated testing. I would prefer some way of testing every commit and getting a report if anything went wrong. Future plans w…
-
There should be a test suite for automated testing, especially for trading/trade offers. Valve seems to like breaking stuff.
-
It would be useful to have some form of automated testing to
1. verify the .md is correct syntax
2. the structure of the .md is consistent, e.g. wrt whitespace between problems
-
While back, there used to be a Bamboo service running Mac OS X which had a standalone Flash player in which the unit tests were tested.
Perhaps this could be achieved with Travis CI, as they have Mac…
-
The Keck OSIRIS development branch has already worked out how to connect pytest and IDL. Since the OSIRIS pipeline is one of the parents of the GPI data pipeline, it ought to be reasonably straightfor…
-
UI testing might be more difficult, but we can definitely test the models and the API class. Automated unit and integration tests could then be used for CI if desired.
-
### Description
This issue focuses implementing a GitHub workflow for automated testing. By establishing a streamlined workflow, we aim to maintain the reliability and stability of our project.
##…