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
- Host: GitHub
- URL: https://github.com/ianhomer/try-python
- Owner: ianhomer
- License: apache-2.0
- Created: 2024-08-25T07:38:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T11:43:49.000Z (about 1 year ago)
- Last Synced: 2025-02-09T05:36:12.008Z (8 months ago)
- Topics: explore, python
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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