lifted-studios / AutoCopyright

Plugin for Sublime Text 2 to automate adding/updating the appropriate copyright text at the top of the file.
MIT License
13 stars 5 forks source link

Add unit tests #12

Closed lee-dohm closed 11 years ago

lee-dohm commented 11 years ago

Testing manually is a drag. Figure out a way to write unit tests for the plugin so that testing can be automated.

lee-dohm commented 11 years ago

Added a bunch of unit tests for the CopyrightCommand and InsertCopyrightCommand classes, but have not yet covered the UpdateCopyrightCommand class.

lee-dohm commented 11 years ago

All work for this is on the unittests branch.

lee-dohm commented 11 years ago

Completed in 1266206e9104cd28b304565b478f94b4975939b4