Timeline for Best practices for setting up a test suite for a python library?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 20, 2024 at 18:01 | vote | accept | gnarlyninja | ||
| Jun 19, 2024 at 7:16 | comment | added | amon | You can use the Tox tool to automatically create a venv, build your package, install it and its dependencies into the venv, and then run your test commands. This also helps for testing with different Python versions. But personally, Tox hasn't helped me find any packaging-related bugs (when using a modern venv-based package manager, not just vanilla Pip). | |
| Jun 19, 2024 at 6:18 | answer | added | Doc Brown | timeline score: 4 | |
| Jun 19, 2024 at 3:51 | review | Close votes | |||
| Jul 4, 2024 at 3:02 | |||||
| S Jun 18, 2024 at 23:02 | review | First questions | |||
| Jun 19, 2024 at 8:55 | |||||
| S Jun 18, 2024 at 23:02 | history | asked | gnarlyninja | CC BY-SA 4.0 |