Commit graph

18 commits

Author SHA1 Message Date
Patrick O'brien c17e48c14a Moved template functions to strmangle package
* Finished Find and FindX
2016-04-25 11:43:09 +10:00
Patrick O'brien 9c493810ec Finished most of delete functions
* Fixed some template errors
* Added IN helpers
2016-04-23 21:54:24 +10:00
Patrick O'brien dc50c0d42c Made qs package, added single templates support 2016-04-19 12:02:32 +10:00
Patrick O'brien 4b12c849fc Added some querymods
* Added finishers that are broken
* Added some template stuffs
* Added a TestTemplates file output line thingy
2016-04-16 15:17:25 +10:00
Patrick O'brien d3aeb7375d Added template sorter, MainTest separation
* Moved MainTests into a dedicated folder
* Added sorter for templates (sorts structs to top)
* Fixed all the broken tests
* Tidied up output.go functions
* Only creating one MainTest (main_test.go) per app run now
* Split test imports up into normal test imports & main test imports
2016-04-07 06:10:12 +10:00
Patrick O'brien f76022c1f6 Removed things we don't need from TestTemplates 2016-04-03 16:08:02 +10:00
Patrick O'brien dd5d643d4f Refactored init and fixed TestTemplates 2016-04-03 16:01:26 +10:00
Patrick O'brien 27cafdd2fb Finished most of the stripping 2016-03-28 01:03:14 +10:00
Aaron 8aac8dc121 Fix a bunch of test errors. 2016-03-22 23:18:41 -07:00
Aaron 1394489a63 Rename everything. 2016-03-22 21:25:57 -07:00
Patrick O'brien 48a9ba8d29 Added main template test file, fixed errors
* Fixed TestTemplates bug (now shows compile errors properly)
* Fixed all compile errors for templates (except test templates)
* Added conditional imports for column types
2016-03-23 13:08:35 +10:00
Patrick O'brien 6228216ff6 Fixed broken tests 2016-03-16 14:03:34 +10:00
Patrick O'brien 7adc73fa59 Refactored TestTemplates 2016-03-04 11:57:22 +10:00
Patrick O'brien c8530ba7e4 Finished TestTemplates func
* TestTemplates compiles the templates generated
  to ensure they compile without errors.
2016-03-04 05:30:48 +10:00
Patrick O'brien 896f10199e Added parellelism to tests 2016-03-03 14:14:21 +10:00
Aaron f179ea54c8 Add tests to a lot of things.
- Clean up the outputHandler function.
2016-03-01 21:37:14 -08:00
Aaron 4f619d4efe Add some tests, fix some breaks. 2016-03-01 19:11:47 -08:00
Patrick O'brien 25fa09cf93 Added initTemplates, moved tpls folder
* Moved all template functions to shared
2016-02-29 13:30:54 +10:00