Skip to content

Syntax error does not fail the test but stops the runner #220

Open
@Chemaclass

Description

@Chemaclass

Summary

Avoid silent errors. Aim to fail fast and loud.

Current behavior

When encountering a syntax within a test, it should endup with a failure instead of a silence stop.
See the macos tests in this CI:

Screenshot 2023-11-09 at 12 05 57

How to reproduce

See the current behaviour above, and see the example here from this fix PR so the previous code will reproduce it.

Expected behavior

A syntax error will endup in a failing test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions