From a61c4458a9f8abfb4f61e7e76ec72c6df750b4dd Mon Sep 17 00:00:00 2001 From: cpu Date: Fri, 22 Dec 2023 00:13:58 +0100 Subject: [PATCH] unit test moved --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5279e79..c142000 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,11 @@ Just run `python3 kukuc-clock.py` then press and hold the button connected to th Pres `Ctrl+c` to exit +Run unit tests +-------------- +> `cd test` +`python3 -m unittest test_slovak_datetime_formatter` + Make it a service to automaticaly start and run in the backgroud ------------------------------------------------------ @@ -117,8 +122,3 @@ Press F6 to select a soundcard. Find your USB sound device in the list e.g. `Jab To preserve audio setting after the boot run > `sudo alsactl store` - -Run unit tests --------------- -> `cd test` -`python3 -m unittest test_slovak_datetime_formatter` \ No newline at end of file