You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: