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

Implement capability to run arbitrary scripts as part of testing #10

Open
dhrogers opened this issue Aug 1, 2019 · 7 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@dhrogers
Copy link
Collaborator

dhrogers commented Aug 1, 2019

We need to expand the testing capability beyond just image comparison.

Running an arbitrary script would be a good next step.

@pnav
Copy link
Member

pnav commented Aug 1, 2019

Hi David,

Isn't this what the unit testing harness accomplishes? Now, those need to be more fully fleshed out, but the point of those are to verify functional units apart from the gold image tests.

See tests/src/framework/Application.cpp for an example.

If that's not what you have in mind, can you elaborate more on what you mean by "running an arbitrary script"?

  • Paul

@GregAbram
Copy link
Member

GregAbram commented Aug 1, 2019 via email

@pnav
Copy link
Member

pnav commented Aug 1, 2019 via email

@GregAbram
Copy link
Member

GregAbram commented Aug 1, 2019 via email

@dhrogers
Copy link
Collaborator Author

dhrogers commented Aug 2, 2019

I have a new application 'raysample' which can be used to test the new ray-based sampling capability. It creates images which could be compared to some 'gold' image, the way the current testing works.

@pnav
Copy link
Member

pnav commented Aug 2, 2019 via email

@GregAbram
Copy link
Member

GregAbram commented Aug 2, 2019 via email

@pnav pnav added the enhancement New feature or request label Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants