From f227092d01c2b5c9e326642deba92e651c8d9d69 Mon Sep 17 00:00:00 2001
From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de>
Date: Tue, 24 Jun 2025 10:54:46 +0200
Subject: [PATCH] use flatt directory structure

---
 stundenplan/Readme.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stundenplan/Readme.md b/stundenplan/Readme.md
index 00ba398..6f8c067 100644
--- a/stundenplan/Readme.md
+++ b/stundenplan/Readme.md
@@ -2,7 +2,7 @@
 
 ## Installation
 
-Installation das Projekt auf einem virtuellen Python-Umgebung:
+Installation das Projekt auf einer virtuellen Python-Umgebung:
 
 ````shell
 pip install -e .
@@ -11,7 +11,7 @@
 ## Run Unittest
 
 ```shell
-python3 -m unittest discover --pattern *tests.py
+pytest *_tests.py
 ```
 
 ## Run programm

--
Gitblit v1.10.0