We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests should be using python testing best practices.
One popular framework is pytest: https://docs.pytest.org/en/7.2.x/ as it comes with:
pytest
Tests uses monolytics python scripts with manual exit() invocation, see https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/blob/main/rules/klayout/drc/testing/run_regression.py#L243
Refer to google/globalfoundries-pdk-libs-gf180mcu_fd_pr#79
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Tests should be using python testing best practices.
One popular framework is
pytest
: https://docs.pytest.org/en/7.2.x/ as it comes with:Actual Behavior
Tests uses monolytics python scripts with manual exit() invocation, see https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/blob/main/rules/klayout/drc/testing/run_regression.py#L243
Refer to google/globalfoundries-pdk-libs-gf180mcu_fd_pr#79
The text was updated successfully, but these errors were encountered: