crytic / tealer

Static Analyzer for Teal
GNU Affero General Public License v3.0
61 stars 14 forks source link

Add parsing test written in PyTeal #120

Closed S3v3ru5 closed 1 year ago

S3v3ru5 commented 1 year ago

Updated the .github/workflows/pytest.yml to run the unit tests in both python 3.8 and 3.10. I was unsure if it was enough to run tests in python 3.10 alone.

mypy and pylint errors needed to be disabled for files containing pyteal code. Mostly because, all of the pyteal constructs that are supported in python 3.10 are not supported in python 3.8. And mypy and pylint are ran on python 3.8