-
Notifications
You must be signed in to change notification settings - Fork 0
Add tests for addSequenceConverter #164
Copy link
Copy link
Open
Labels
effort: lowThe issue will probably take a single contributor no more than one day of work to resolve.The issue will probably take a single contributor no more than one day of work to resolve.meta: good first issueThe issue is especially suitable for first-time contributors.The issue is especially suitable for first-time contributors.priority: mediumThe issue makes it more difficult for people to use the software.The issue makes it more difficult for people to use the software.type: stabilityThe issue pertains to automated testing or other tools for verifying code correctness.The issue pertains to automated testing or other tools for verifying code correctness.
Metadata
Metadata
Assignees
Labels
effort: lowThe issue will probably take a single contributor no more than one day of work to resolve.The issue will probably take a single contributor no more than one day of work to resolve.meta: good first issueThe issue is especially suitable for first-time contributors.The issue is especially suitable for first-time contributors.priority: mediumThe issue makes it more difficult for people to use the software.The issue makes it more difficult for people to use the software.type: stabilityThe issue pertains to automated testing or other tools for verifying code correctness.The issue pertains to automated testing or other tools for verifying code correctness.
Prompted by #163 which significantly increases the complexity of what was previously a very simple function. It is important that tests exist to guarantee this function's behavior, especially for more complex inputs than what the core package already expects the function to behave correctly for.