Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Validata
Validata Core
Commits
ce82b627
Commit
ce82b627
authored
Nov 25, 2020
by
Pierre Dittgen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 'sum-columns-value' custom check
parent
fcec6a34
Pipeline
#2356
failed with stage
in 2 minutes and 1 second
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
474 additions
and
253 deletions
+474
-253
tests/test_core.py
tests/test_core.py
+472
-253
validata_core/custom_checks/__init__.py
validata_core/custom_checks/__init__.py
+2
-0
No files found.
tests/test_core.py
View file @
ce82b627
This diff is collapsed.
Click to expand it.
validata_core/custom_checks/__init__.py
View file @
ce82b627
from
.french_siren_value
import
FrenchSirenValue
from
.french_siret_value
import
FrenchSiretValue
from
.year_interval_value
import
YearIntervalValue
from
.sum_columns_value
import
SumColumnsValue
# Please keep the below dict up-to-date
available_checks
=
{
"french-siren-value"
:
FrenchSirenValue
,
"french-siret-value"
:
FrenchSiretValue
,
"year-interval-value"
:
YearIntervalValue
,
"sum-columns-value"
:
SumColumnsValue
,
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment