Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wakame1367/test_driven_python
https://github.com/wakame1367/test_driven_python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wakame1367/test_driven_python
- Owner: wakame1367
- Created: 2019-10-12T07:15:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T18:50:39.000Z (over 3 years ago)
- Last Synced: 2023-03-10T20:57:02.177Z (almost 2 years ago)
- Language: Python
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test_driven_python
## PyCharm setting
### Windows
**File > Settings > Tools > Python Integrated Tools**change to **pytest**(default unittest)
## pytest.ini Settings
### PytestUnknownMarkWarning
- [pytestで-mを使うとPytestUnknownMarkWarningが出る](https://www.pgen.info/archives/1463)
- [Marking test functions with attributes](https://docs.pytest.org/en/latest/mark.html)
## Reference
[Reference Source Code](https://pragprog.com/titles/bopytest/source_code)