Skip to content

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

@fracek

Description

@fracek

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions