Near-One / near-plugins

Implementation of common patterns used for NEAR smart contracts.
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

chore: move integration tests to `near-plugins-derive` #81

Closed mooori closed 1 year ago

mooori commented 1 year ago

Moves integration tests from near-plugins/tests to near-plugins-derive/tests.

While near-plugins contains trait definitions that describe plugin behavior, the default implementations of those traits are provided by near-plugins-derive. Effectively integration tests do test the default implementations, so it makes sense to move them to near-plugins-derive. Moreover, moving the tests should help us get the coverage they provide acknowledged.

Luckily Github recognized files moved with git mv (first commit), so the diff here only shows changes other than the new file location. They include: