Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to create a test suite for a project #2

Open
fracek opened this issue Apr 19, 2014 · 1 comment
Open

Add command to create a test suite for a project #2

fracek opened this issue Apr 19, 2014 · 1 comment

Comments

@fracek
Copy link
Member

fracek commented Apr 19, 2014

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:

  1. mylib-test-suite.dylan
  2. mylib-test-suite.lid
  3. mylib-test-suite-library.dylan
  4. mylib-test-suite-app.dylan
  5. mylib-test-suite-app.lid
  6. 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?

@fracek
Copy link
Member Author

fracek commented Apr 19, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant