Skip to content

Commit

Permalink
Merge pull request #4 from woonstadrotterdam/docs/update-readme
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
sTomerG authored Jul 12, 2024
2 parents 7702286 + 7f4e7d6 commit e450348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Maakt het makkelijk om te testen of data voldoet aan de [VERA-standaard](https://github.com/Aedes-datastandaarden/vera-referentiedata) m.b.v. het [pyspark-testframework](https://github.com/woonstadrotterdam/pyspark-testframework).

# Tutorial
## Tutorial

**Op het moment is het _vera-testframework_ alleen compatibel met _pyspark_.**

Expand Down Expand Up @@ -51,6 +51,7 @@ testframework.test(
test=ReferentiedataTest(
soort="RUIMTEDETAILSOORT",
attribuut="Code",
release_tag="latest", # standaard is latest, maar kan ook een specifieke versie zijn zoals v4.1.240419
),
nullable=False, # of een waarde leeg mag zijn. Dit is aan de gebruiker
).show()
Expand Down

0 comments on commit e450348

Please sign in to comment.