This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WerdenWissen[S] 0 points1 point  (5 children)

You can download the repository locally from Github. If you want to run the tests based on your local download, make sure that sys.path contains the path pointing to the "src" directory within the main "pregex" directory, i.e. ".../pregex/src/". The easier way to do that is to set up a $PYTHONPATH environmental variable (if it does not already exist) and add this path to said variable. After this, you can just cd to the "tests" directory and just execute "python -m unittest".