Skip to content

Commit b1c76b7

Browse files
committed
Add instructions to validation script
1 parent f066a5b commit b1c76b7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tests/validate_upstream_examples.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
"""Utility script to validate upstream PALS example files.
2+
3+
This script is not run by pytest and is intended to be used as a standalone script.
4+
Run it from the repository root like:
5+
6+
python tests/validate_upstream_examples.py --path /path/to/example.pals.yaml
7+
8+
Before running, download the desired upstream PALS example files from pals-project/pals/examples.
9+
"""
10+
111
import argparse
212

313
from pals import load

0 commit comments

Comments
 (0)