python_test.yaml 153 B

1234567
  1. cli: '-c tests/python.yaml print'
  2. output: |
  3. Load config tests/python.yaml
  4. Print True
  5. from random import random
  6. print(random() < 1)
  7. True