Skip to content
New issue

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

test: include uncompiled contract types in tests' data directory for reference purposes. #869

Merged
merged 3 commits into from Jul 18, 2022

Conversation

antazoey
Copy link
Contributor

What I did

Currently, when I need to test a change that require contract instance interaction, I would compile the sources outside of ape and then load them in that way. However, I just realized this does not make collaboration very easy when others want to add to the same contract types. As a solution, I am committing the uncompiled contract types to the data directory so others can modify, recompile, and be able to test their features.

How I did it

Put files in functional/data/sources and update tests/README.md

How to verify it

n/a

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@antazoey antazoey merged commit 74ec1f4 into ApeWorX:main Jul 18, 2022
@antazoey antazoey deleted the test/jules/inc-contracts branch July 18, 2022 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants