forked from Advanced_Python/advanced-python-homework-2023
fix interpreters readme
This commit is contained in:
parent
805711e614
commit
f26a16dc8c
@ -11,6 +11,10 @@
|
|||||||
|
|
||||||
|
|
||||||
## Testing Code
|
## Testing Code
|
||||||
|
- File for testing function times: `test.py`
|
||||||
|
- Files for entire evaluation testing: `test_full_{func}.py`
|
||||||
|
- Bash script `test_full.sh`
|
||||||
|
|
||||||
Three realisations of mandelbrot functions tested:
|
Three realisations of mandelbrot functions tested:
|
||||||
```python
|
```python
|
||||||
def linspace(start, stop, n):
|
def linspace(start, stop, n):
|
||||||
|
Loading…
Reference in New Issue
Block a user