spences10 / VBA-IDE-Code-Export

Export & Import VBA code for use with Git (or any VCS)
MIT License
119 stars 34 forks source link

Create a "comprehensive" test project #72

Closed mattpalermo closed 7 years ago

mattpalermo commented 7 years ago

This PR introduces a test project which covers as many features of CodeExport as possible. The README.md file in test-projects/comprehensive directory tries to explain how CodeExport is used in this project and gives some examples of testing procedures.

Implements issue #66.