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

Rebuilding an environment after switching "Enable Coded Testing" from On to Off causes errors #226

Open
johnpaliotta opened this issue Oct 29, 2024 · 0 comments
Assignees

Comments

@johnpaliotta
Copy link
Contributor

Steps

  • Build an environment with the setting: "Enable Coded Testing" On
  • Add some coded tests
  • Turn "Enable Coded Testing" Off
  • Rebuild environment

This causes an error when loading the test script because the existing test script has tests for "subprogram" "coded_tests_driver", but rather than ignoring this error and continuing, we do not update the Test Pane to reflect the current state of the environment.

Note: that doing an environment refresh results in the correct data in the Test Pane.

We probably should ignore script load errors in the rebuild case, because the same thing would happen if the code under test has had a function with test cases removed.

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

No branches or pull requests

2 participants