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

Refactor test data generation. #844

Closed
1uc opened this issue Nov 15, 2023 · 1 comment
Closed

Refactor test data generation. #844

1uc opened this issue Nov 15, 2023 · 1 comment
Labels
testing Anything related to (automated) tests.

Comments

@1uc
Copy link
Collaborator

1uc commented Nov 15, 2023

In order to test more systematically, it would be nice to implement a class that generates multi-dimensional arrays, independent of whether they are std::vector<std::array or std::vector<std::vector or boost::..., etc.

An initial version is ContentGenerate, but it doesn't seem to for three-dimensional arrays; and it's not used in test_all_types.cpp. The idea would be to write a set of read/write checks that can be instantiated for a very wide variety of tests.

@1uc 1uc added the testing Anything related to (automated) tests. label Nov 16, 2023
@1uc
Copy link
Collaborator Author

1uc commented Jan 30, 2024

Implemented via #871.

@1uc 1uc closed this as completed Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Anything related to (automated) tests.
Projects
None yet
Development

No branches or pull requests

1 participant