Add tests that make sure the test assembly loading scripts can be interpreted and run #157

Closed
opened 2026-06-12 22:43:44 +00:00 by Vectornaut · 1 comment
Member

In pull request #155, we stopped accepting and ignoring arguments for Sphere and Point descriptors. This revealed an error in the loading script for the "Pointed" test assembly by causing interpretation of the miswritten script to fail, as it always should have. I only noticed the interpretation failure when I happened to run the loading script by hand. Adding tests that make sure the test assembly loading scripts can be interpreted and run would help us catch stuff like this more reliably in the future.

In pull request #155, we stopped accepting and ignoring arguments for `Sphere` and `Point` descriptors. This revealed an error in the loading script for the "Pointed" test assembly by causing interpretation of the miswritten script to fail, as it always should have. I only noticed the interpretation failure when I happened to run the loading script by hand. Adding tests that make sure the test assembly loading scripts can be interpreted and run would help us catch stuff like this more reliably in the future.
Vectornaut changed title from Add tests that make sure the test assembly loadings scripts can be interpreted and run to Add tests that make sure the test assembly loading scripts can be interpreted and run 2026-06-23 10:23:50 +00:00
glen closed this issue 2026-06-23 21:02:56 +00:00
Author
Member

Done in pull request #161.

Done in pull request #161.
Sign in to join this conversation.
No description provided.