Skip to content

Add assert statements to Phase 3 before each #39

@mewilker

Description

@mewilker

Our Current Phase 3 tests do not run correctly before the register and clear endpoints are run. This is because these two endpoints are called before each test. There is no assert statements in the before each that would point students to looking at this.

I've added an assert statement to the branch phase3-assert-beforeeach. It simply assumes the authToken is not null. If the authToken is null, the test will fail, with a message asking if the student implemented register and clear. This seems like it should be enough, but do we want to add more to this function?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededquestionFurther information is requestedrequirements:no changeThis code does not change the course requirements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions