Skip to content

Incorporate tests into the project source tree #50

Description

@localghost

With current setup to write a test for a component the component has to have its API exported. This is not a valid approach. The solution I can think of at the moment is to move test source files into the project source tree so that they are linked directly with the component they verify. They should be put preferable in the same directory with the test files names identical to the component but with some suffix, let say _test.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions