AutoGPT/classic/benchmark/agbenchmark/utils/dependencies/constants.py

11 lines
327 B
Python

""" Constants for this module. """
# The name of the marker used
MARKER_NAME = "depends"
# The name of the kwarg for 'depends' markers 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"