Closed matcatc closed 14 years ago
We should probably do a try/except on all imports that the user might not have on his/her system (3rd party modules.) This way when a user tries to use them, we can just print an error message and quit.
added 3rd party library import information
closed by a1d8d374de1cf890048d879dc82ad045783148b6
If we only import one framework, the one that the user decides he/she wants to use, then we don't import the others. That means any modules that the others use won't be imported. So if someone uses a framework other than JUnit, then they don't have to import PLY. This means that they don't have to have it installed on their computer to run TestParser.
I assume we would just move the import statement into the factory's methods.
Make sure to update docs.