Skip to content

smite-scenarios: move executor tests to submodule - #227

Open
morehouse wants to merge 2 commits into
masterfrom
executor_test_module
Open

smite-scenarios: move executor tests to submodule#227
morehouse wants to merge 2 commits into
masterfrom
executor_test_module

Conversation

@morehouse

Copy link
Copy Markdown
Collaborator

Pure move, no code changes, easily reviewable with git diff --color-moved --color-moved-ws=allow-indentation-change.

This is the first in a series of PRs intended to simplify and improve the readability of the executor tests.

Most of executor.rs was tests, which we now move to their own file.
Program-building helpers are moved to tests/programs.rs.

Mocks and other helper functions are moved to tests/harness.rs.

The reason for this separation will become clearer in subsequent PRs
where we will significantly refactor and extend the existing
program-builders and helpers.

Two decoder helpers and recv_channel_ready_executor are left in tests.rs
and will be deleted entirely in subsequent PRs.

@erickcestari erickcestari left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 7aefe5a

This is beautiful
+1 -2,846

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.

2 participants