Files
Auto-GPT/benchmark/agbenchmark/utils/dependencies/constants.py
Auto-GPT-Bot 45c15e370f Auto-GPT-20230905085638
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-05 10:10:03 -07:00

11 lines
331 B
Python

""" Constants for this module. """
# The name of the marker used
MARKER_NAME = "depends"
# The name of the keyword argument for the marker that contains custom name(s) for the tests
MARKER_KWARG_ID = "name"
# The name of the keyword argument for the marker that specifies the tests to depend on
MARKER_KWARG_DEPENDENCIES = "on"