* fix `Optional` type hint causing issue in executor. * update release note * add a pipeline test case |
||
|---|---|---|
| .. | ||
| test_data | ||
| README.md | ||
| __init__.py | ||
| compiler_cli_tests.py | ||
README.md
Compiler unit tests
To update all golden snapshots:
for f in test_data/*.py ; do python3 "$f" ; done