DataDog / system-tests

Test framework for libraries and agents.

Home Page:https://system-tests.us1.prod.dog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

if a class or a method carry two or more `@scenario`, raise an error

cbeauchesne opened this issue · comments

@scenarios.integrations
@scenarios.integrations_service
@scenarios.default
class Test_Dbm:

This code leads to silently exclude Test_Dbm from everything. It should raise an error.