Skip to content

exercism/python-analyzer

Folders and files

NameName
Last commit message
Last commit date
Jun 16, 2021
Sep 5, 2024
Sep 1, 2021
Sep 1, 2021
Apr 7, 2023
Mar 22, 2022
Nov 23, 2021
Jun 25, 2019
Feb 29, 2024
Apr 7, 2023
Jul 15, 2020
Apr 7, 2023
Apr 7, 2023
Nov 10, 2023

Repository files navigation

Exercism's Python Analyzer

This is Exercism's automated analyzer for the Python track.

It is run with ./bin/run.sh $EXERCISM $PATH_TO_FILES $PATH_FOR_OUTPUT and will read the source code from $PATH_TO_FILES and write a text file with an analysis to $PATH_FOR_OUTPUT.

For example:

./bin/run.sh two_fer ~/solution-238382y7sds7fsadfasj23j/ ~/solution-238382y7sds7fsadfasj23j/output/

Unit tests can be run from this directory:

pytest -x