Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wakame1367/test_driven_python


https://github.com/wakame1367/test_driven_python

Last synced: about 2 months ago
JSON representation

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)