We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f066a5b commit b1c76b7Copy full SHA for b1c76b7
1 file changed
tests/validate_upstream_examples.py
@@ -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
11
import argparse
12
13
from pals import load
0 commit comments