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

Remove test contracts from codebase #116

Open
Endogen opened this issue Jan 15, 2025 · 0 comments
Open

Remove test contracts from codebase #116

Endogen opened this issue Jan 15, 2025 · 0 comments

Comments

@Endogen
Copy link
Contributor

Endogen commented Jan 15, 2025

Everything that is related to tests should be in the tests folder and not in the normal contracting codebase. Currently we have the following two files in the codebase:

proxythis.py
https://github.com/xian-network/xian-contracting/blob/master/src/contracting/contracts/proxythis.py

thistest2.py
https://github.com/xian-network/xian-contracting/blob/master/src/contracting/contracts/thistest2.py

Both are only present for tests and should be removed. If we need them for tests, then define the content of the files in the test itself.

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

No branches or pull requests

1 participant