From 46ba2708f83bf46186c33bf84975d39e87f467c1 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 11 Sep 2020 12:33:34 +0200 Subject: Refactoring files, splited test.py and suite.py in packages --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bacd967..33f6984 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Test for the minishell project of school 42. ## Usage -The default path to your project is `..` but you can change it the the [configuration](config.py). +The default path to your project is `..` but you can change it the the [configuration](src/config.py). * `> ./run --help` * `> ./run` @@ -31,11 +31,11 @@ This allows you to set the prompt to whatever you want. ## Python Version -This test works with python >= 3.4. The timeout detection only works with python >= 3.8. +This test works with python >= 3.5. ## Configuration -The default configuration can be changed in [config.py](config.py) +The default configuration can be changed in [config.py](src/config.py) ## Add new tests -- cgit