Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

How do we distinguish between server tests and client tests? #4

@thody

Description

@thody

Currently, we have a top-level tests directory, but I think it makes sense to have separate server-side and client-side tests. Why, you ask? Well, along the lines of my questions in #3 , I think we need to be able to treat front and back-end as discrete modules, as well as a single composed module.

So, I'm wondering if we should consider something like this:

/client/src
/client/tests
/server/src
/server/tests
/tests  # functional and integration tests that rely on front and back-end

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions