From 0b83333ca7c21922eca5ac9af831899bca3e1ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= <37108907+DottoDev@users.noreply.github.com> Date: Fri, 28 Oct 2022 16:36:05 +0200 Subject: [PATCH] Adds ToDo to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 960e7837..6b46d1e9 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,9 @@ You can specify a key called `remote_topgrades` in the configuration file. This key should contain a list of hostnames that have topgrade installed on them. Topgrade will use `ssh` to run `topgrade` on remote hosts before acting locally. To limit the execution only to specific hosts use the `--remote-host-limit` parameter. + +## ToDo + +- Add a proper testing framework to the code base. +- Add unit tests for package managers. +- Split up code into more maintainable parts, eg. putting every linux package manager in a own submodule of linux.rs.