Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Remove duplicate unit/functional test cases and make Unit tests only check for basic import/runtime errors #27

Open
loredous opened this issue May 31, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@loredous
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently some unit tests for parsers duplicate functionality from the functional test. We want to ensure that tests are properly separated by function.

Describe the solution you'd like
Unit tests for the parsers should be rewritten to be a more generic test that automatically covers all built-in parser code, ensures each module is of the proper type and follows the proper interface without throwing exceptions.

@loredous loredous added the enhancement New feature or request label May 31, 2023
@loredous loredous self-assigned this Jun 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant