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

LC_TableInit helper functions should be moved to their own file #10

Open
skliper opened this issue Apr 22, 2022 · 0 comments
Open

LC_TableInit helper functions should be moved to their own file #10

skliper opened this issue Apr 22, 2022 · 0 comments

Comments

@skliper
Copy link
Contributor

skliper commented Apr 22, 2022

LC_TableInit has several helper functions that it calls while running. These calls have many different variations and effects upon what happens in LC_TableInit. This makes it very difficult to unit test because there is too much variation in the helper functions to attempt to keep adequate track of what may or may not be happening. If these helper functions were moved to their own .c file they could be wrapped and stubbed for testing LC_TableInit. This would simplify the unit testing process.

Imported from GSFCCFS-1102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant