Would anyone object if I made JUnit tests for every feature that I can?
It's something I need to have for my project, but I wanted to see if I
should put them in another module (like org.python.pydev.test) or something
separate from the PyDev classes themselves, or if you would rather I didn't.
I'm fairly sure most things are working like they should, but as I said,
it's a required part of my project proposal to have error-checking and
performance tests in some fashion.
- Parhaum
|