All Questions
2 questions
4
votes
2
answers
520
views
Who can tell me a small opensource project on Python (not Django) with good test coverage? [closed]
Who can tell me a small or middle opensource (for instance, on Github) project on Python (not Django) with good test coverage, using unittest. I've read some books and articles about this theme and I ...
9
votes
1
answer
620
views
What's the normal structure of a Python open source project and what's the preferred way of running the tests? [closed]
I wrote some code that I would like to share, and I would like to follow the best practices in creating/maintaining it's structure. I will host the code on BitBucket, and now I'm thinking about how I ...