dpinol / closure-templates

Automatically exported from code.google.com/p/closure-templates
Apache License 2.0
0 stars 0 forks source link

Add backend-agnostic testing harness #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The project could use a testing harness with a simple backend abstraction and 
unit tests for, at least, each independent feature. This would make the 
contribution and maintenance of additional backends a bit easier.

Original issue reported on code.google.com by jfham...@gmail.com on 16 Nov 2010 at 6:54

GoogleCodeExporter commented 8 years ago
Thanks for the note. We do have plenty of tests for Closure Templates. 
Unfortunately, we haven't open-sourced them yet because
(a) we haven't had time,
(b) they have many dependencies on Google internal testing infrastructure,
(c) Closure Templates is not currently set up to take contributions from 
non-Google engineers.

Original comment by kai.hu...@gmail.com on 19 Nov 2010 at 2:48

GoogleCodeExporter commented 8 years ago
Closure Templates has migrated to GitHub: 
https://github.com/google/closure-templates.

The source repository includes hundreds of tests that can be run via mvn test.

Original comment by brendan....@gmail.com on 26 Feb 2015 at 11:56