Menu

pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class caravel.validation.ValidationDecorator(family='default', priority=7)[source]

Dynamically create a validator.

In order to make the class publicly accessible, we assign the result of the function to a variable dynamically using globals().

Initialize the ValidationDecorator class.

Parameters:

family : str, default ‘default’

the family name of the test.

priority : int, default 7

the prioprity run of the validation.

Follow us

© 2025, Antoine Grigis