delphidabbler / code-snippets

Collections of reusable code snippets, mainly in Pascal.
MIT License
27 stars 2 forks source link

Add link to test project for csdb snippets with advanced tests #13

Open delphidabbler opened 1 year ago

delphidabbler commented 1 year ago

If a snippet has advanced testing then it would be useful to be able to provide a link to a test project where the tests can be found.

delphidabbler commented 1 year ago

"Link" is to be TestURL that can links to the URL where either a project containing the test or demo is found or the URL of some custom test code for the snippet (e.g. in a Gist).

delphidabbler commented 1 year ago

"Link" is to be TestURL

Actually used AdvancedTest.URL as name.

delphidabbler commented 1 year ago

Implemented by merge commit 22bef01