Skip to content

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

Merged
mooori merged 3 commits into
masterfrom
mv-itests
Feb 13, 2023
Merged

chore: move integration tests to near-plugins-derive#81
mooori merged 3 commits into
masterfrom
mv-itests

Conversation

@mooori
Copy link
Copy Markdown
Contributor

@mooori mooori commented Feb 13, 2023

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:

  • Changes to dependency resolution
  • Updates of references in the README

@mooori mooori marked this pull request as ready for review February 13, 2023 16:24
@mooori mooori requested a review from birchmd February 13, 2023 16:24
@mooori mooori merged commit a6306ad into master Feb 13, 2023
@mooori mooori deleted the mv-itests branch February 13, 2023 16:32
birchmd pushed a commit that referenced this pull request Feb 20, 2023
* git mv near-plugins/tests near-plugins-derive

No changes besides moving files with above command.

* Fix dependency resolution

* Update references in README
This was referenced Mar 27, 2026
This was referenced Apr 7, 2026
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.

3 participants