aboutsummaryrefslogtreecommitdiff
path: root/test/requests/correlation_tests.py
AgeCommit message (Collapse)Author
2023-01-28mechanical-rob: unescape html entities.Frederick Muriuki Muriithi
2023-01-25mechanical-rob: corrs: Activate tests. Print out whitespaceFrederick Muriuki Muriithi
* Activate the correlation correctness tests * Print out whitespace characters in such a form that allows visual comparison of differences to help with fixing issues caught by tests.
2023-01-25mechanical-rob: move newlineFrederick Muriuki Muriithi
2023-01-25mechanical-rob: Fix bugs with corrs testFrederick Muriuki Muriithi
* Replace CRLF in html output with newline to prevent equality comparisons from failing if that's the only difference. * Only include failures that have actual content: filter out empty failure items * Print out an extra newline on completion of checks
2023-01-24mechanical-rob: update corrs tests and clean up dataFrederick Muriuki Muriithi
2023-01-24mechanical-rob: eliminate extraneous spaces before comparisonsFrederick Muriuki Muriithi
2023-01-12mechanical-rob: use new file(s) for correlation correctnessFrederick Muriuki Muriithi
* test/requests/correlation_results_text_files/BXD_10710_vs_BXDPublish.csv new sample file for testing. * test/requests/correlation_tests.py: update test code to use new sample files * wqflask/wqflask/correlation/show_corr_results.py: Fix minor issues exposed by tests.
2022-11-28mechanical-rob: Add more tests for correctnessFrederick Muriuki Muriithi
2022-11-28mechanical-rob: First test for correlations correctnessFrederick Muriuki Muriithi
* test/requests/correlation_tests.py: Add proof-of-concept code to run the checks for correctness. * test/requests/test-website.py: Add a way to manually run the tests from the CLI
2022-10-28Wait until results page is loaded before returning the resultsFrederick Muriuki Muriithi
2022-10-05mechanical-rob: Fix tests that were checking for the wrong thingFrederick Muriuki Muriithi
2022-09-29Add test for regressionFrederick Muriuki Muriithi
2022-09-12Fix asserts: Use variable for assertFrederick Muriuki Muriithi
2022-09-12Display cause(s) of test failure.Frederick Muriuki Muriithi
2022-09-12Clean up print out.Frederick Muriuki Muriithi
2022-09-12Exit with an error condition if tests fail.Frederick Muriuki Muriithi
2022-09-12Pass in missing argumentFrederick Muriuki Muriithi
2022-09-12Add tests for correlationsFrederick Muriuki Muriithi
* Add a test to catch a regression
2022-08-19Fix message and function keyFrederick Muriuki Muriithi
2022-08-12Fix some issues with the tests. Add notes in code for improvements.Frederick Muriuki Muriithi
2022-08-12Fix correlation tests: Fix the test message.Frederick Muriuki Muriithi
2022-08-12Check that the correlations work as expected.Frederick Muriuki Muriithi
2022-08-12Fix formatting for legibilityFrederick Muriuki Muriithi