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
For the sake of being consistent across this project (and consistent with tendermint-rs), we should not keep helper files for tests (e.g., JSON files) inside src.
Problem Definition
In relayer/cli, and relayer/relay we find that tests folder is separated from the src folder. This separation does not hold for modules where tests are bundled insidesrc.
Proposal
Move the tests folder from modules/src/tests to modules/tests and update the tests accordingly.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
…48 #164)
* Refactored the location of JSON files for serialization testing (#118).
* Validation for channel end + tests template; needs more tests (#148).
* Refining tests for channel end.
* Aligned identifier validation with ICS024 & updated tests (#164).
* Added TODO re: version validation; fix VALID_SPECIAL_CHARS to remove space.
* Fixing the TODO for version field validation.
…48 #164)
* Refactored the location of JSON files for serialization testing (#118).
* Validation for channel end + tests template; needs more tests (#148).
* Refining tests for channel end.
* Aligned identifier validation with ICS024 & updated tests (#164).
* Added TODO re: version validation; fix VALID_SPECIAL_CHARS to remove space.
* Fixing the TODO for version field validation.
…lsystems#163 #148 #164)
* Refactored the location of JSON files for serialization testing (#118).
* Validation for channel end + tests template; needs more tests (#148).
* Refining tests for channel end.
* Aligned identifier validation with ICS024 & updated tests (#164).
* Added TODO re: version validation; fix VALID_SPECIAL_CHARS to remove space.
* Fixing the TODO for version field validation.
Summary
For the sake of being consistent across this project (and consistent with
tendermint-rs
), we should not keep helper files for tests (e.g., JSON files) insidesrc
.Problem Definition
In
relayer/cli
, andrelayer/relay
we find thattests
folder is separated from thesrc
folder. This separation does not hold formodules
wheretests
are bundled insidesrc
.Proposal
Move the
tests
folder frommodules/src/tests
tomodules/tests
and update the tests accordingly.For Admin Use
The text was updated successfully, but these errors were encountered: