Skip to content

Commit

Permalink
Merge #227 into feature/abi (#231)
Browse files Browse the repository at this point in the history
* Fix build script invocation (#223)

* Bring #225 to master (#227)

* Ignore tests generating TEAL file outputs used for expected comparisons (#228)

* Fix typo in CONTRIBUTING.md (#229)

Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
  • Loading branch information
michaeldiamant and jasonpaulos authored Mar 4, 2022
1 parent 404ef2f commit 0ff98a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ coverage.xml
.hypothesis/
.pytest_cache/

# Tests generating TEAL output to compared against an expected example.
tests/teal/*.teal
!tests/teal/*_expected.teal

# Translations
*.mo
*.pot
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ For each of our repositories we use the same model for contributing code. Develo

# Code Guidelines

We recommand the contributing code following [PEP 8 -- Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/).
We recommend the contributing code following [PEP 8 -- Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/).

[issues_url]: https://github.com/algorand/pyteal/issues

0 comments on commit 0ff98a8

Please sign in to comment.