Skip to content

Repo for demonstrating core functionality of Python 3 as well as some popular libraries

License

Notifications You must be signed in to change notification settings

hasanzaidi/python-language-tester

Repository files navigation

python-language-tester

Repo for testing features of the Python 3 language.

Set up

  1. Add pip to PATH (usually in Scripts folder in Python installation directory.
  2. Install dependencies using:
    pip install --upgrade pip
    pip install poetry
    poetry install --no-root
    

Running

Can run unit tests using:

pip install pytest

# Not sure why this is needed but otherwise tests will fail on the command line
pip install numpy

pytest

About

Repo for demonstrating core functionality of Python 3 as well as some popular libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages