commit 69b100df752406871cb774e473f903a44840de70 parent 76b37adeb9bfa40f6cfdb03a4d896d4c3637330a Author: Stefan Koch <programming@stefan-koch.name> Date: Thu, 28 May 2020 23:39:47 +0200 add idea to run tests in VM Diffstat:
M | README.md | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -243,6 +243,10 @@ Open Points This is a list of open points that are subject to implementation: +- use virtual machines to execute unit tests, e.g. + [using qemu](https://stackoverflow.com/questions/3146013/qemu-guest-automation) + (a more high level abstraction like libvirt or vagrant would probably be + simpler, but I'd prefer low-level) - add more system tests - improve stability and error messages (sometimes I receive a rust crash due to a failed expect/unwrap)