You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I personally find annoying when setting up a new project is creating the required test library and application.
At the moment for a library we need:
mylib-test-suite.dylan
mylib-test-suite.lid
mylib-test-suite-library.dylan
mylib-test-suite-app.dylan
mylib-test-suite-app.lid
mylib-test-suite-app-library.dylan
And except file #1 they all contain some boilerplate stuff. The problem arises when we do like in dylan-foundry/sqlite-dylan and have two libraries with the test suites (sqlite and sqlite-database) but only one -app.
Maybe we could have two different commands, one to create the test suite library and one for the app, or have two different behaviors for the command whether the tests dir already contains an app or not.
Your thoughts?
The text was updated successfully, but these errors were encountered:
I see now that at the moment deft already creates the necessary files when creating an application. So maybe only a command to generate a new test suite is needed?
What I personally find annoying when setting up a new project is creating the required test library and application.
At the moment for a library we need:
mylib-test-suite.dylan
mylib-test-suite.lid
mylib-test-suite-library.dylan
mylib-test-suite-app.dylan
mylib-test-suite-app.lid
mylib-test-suite-app-library.dylan
And except file
#1
they all contain some boilerplate stuff. The problem arises when we do like in dylan-foundry/sqlite-dylan and have two libraries with the test suites (sqlite and sqlite-database) but only one -app.Maybe we could have two different commands, one to create the test suite library and one for the app, or have two different behaviors for the command whether the tests dir already contains an app or not.
Your thoughts?
The text was updated successfully, but these errors were encountered: