aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-11 12:33:34 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-11 12:33:34 +0200
commit46ba2708f83bf46186c33bf84975d39e87f467c1 (patch)
tree8275c80bba98d63e81e3af9a1df8be62e0419003 /README.md
parentc0b1a90cf9c52a0c9b1623ac695516031d5ccdba (diff)
downloadminishell_test-46ba2708f83bf46186c33bf84975d39e87f467c1.tar.gz
minishell_test-46ba2708f83bf46186c33bf84975d39e87f467c1.tar.bz2
minishell_test-46ba2708f83bf46186c33bf84975d39e87f467c1.zip
Refactoring files, splited test.py and suite.py in packages
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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