Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add tests for procedure serialization #6574

Merged
merged 9 commits into from Oct 25, 2022

Conversation

BeksOmega
Copy link
Collaborator

@BeksOmega BeksOmega commented Oct 19, 2022

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Work on #6521

Proposed Changes

Adds tests for procedure serialization.

Reason for Changes

Tests are good!

Test Coverage

This is tests silly!

Documentation

N/A

Additional Information

I also need to add tests for deserialization - but all of our deserialization tests right now are round-trip tests, and I'm not sure that that's going to hit everything I want it to hit. So I'm going to investigate that separately.

Dependent on #6575

@BeksOmega BeksOmega requested a review from a team as a code owner October 19, 2022 22:26
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 19, 2022
suite.skip('Procedures', function() {
setup(function() {
this.procedureMap = this.workspace.getProcedureMap();
});
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Add teardown.

@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 20, 2022
@BeksOmega BeksOmega force-pushed the test/procedure-serialization branch 2 times, most recently from fda2060 to 751a1aa Compare October 21, 2022 22:05
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: chore General chores (dependencies, typos, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants