https://github.com/xpdojo/python
Python is a object-oriented, interpreted, and interactive programming language.
https://github.com/xpdojo/python
pytest python python3 venv
Last synced: about 1 year ago
JSON representation
Python is a object-oriented, interpreted, and interactive programming language.
- Host: GitHub
- URL: https://github.com/xpdojo/python
- Owner: xpdojo
- License: apache-2.0
- Created: 2021-03-27T13:28:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T14:18:19.000Z (over 1 year ago)
- Last Synced: 2025-02-06T15:53:23.062Z (over 1 year ago)
- Topics: pytest, python, python3, venv
- Homepage: https://wiki.python.org/moin/
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDD with Python
## References
- [테스트 주도 개발](https://www.aladin.co.kr/shop/wproduct.aspx?ISBN=9788966261024) - 켄트 벡
- [클린 코드를 위한 테스트 주도 개발](https://www.aladin.co.kr/shop/wproduct.aspx?ISBN=9788994774916) - 해리 J.W. 퍼시벌
- [파이썬 클린 코드](https://www.aladin.co.kr/shop/wproduct.aspx?ISBN=9791161340463) - 마리아노 아나야
- [우아하게 준비하는 테스트와 리팩토링](https://youtu.be/S5SY2pkmOy0) - 한성민