An open API service indexing awesome lists of open source software.

https://github.com/ianhomer/try-python

Explore Python
https://github.com/ianhomer/try-python

explore python

Last synced: 6 months ago
JSON representation

Explore Python

Awesome Lists containing this project

README

          

# Python hacking

Just playing with Python

Run main

python main.py

Run tests

pytest

Run tests with watch

ptw

## Notes

pytest discovers non "unittest" tests. In contrast running unittest module
direct does not pick these up.

python -m unittest