tiled icon indicating copy to clipboard operation
tiled copied to clipboard

Add smoke test utilities for the client

Open jmaruland opened this issue 2 years ago • 3 comments

This PR adds a group of methods to help test the integration of the datasets with a tiled server by making calls from the client and walking down the existing nodes. The goal is to automate a recursive method that identifies the correct nodes and applies the respective test feature to these nodes. For the moment, we are adding read and export methods to smoke test the server.

Closes #606

jmaruland avatar Jan 11 '24 23:01 jmaruland

This PR builds on #633, that PR should be merged first.

jmaruland avatar Jan 12 '24 14:01 jmaruland

Looks good, now just needs rebase

danielballan avatar Feb 06 '24 11:02 danielballan

@danielballan I run the rebase by myself and without the training wheels this time. Was it run correctly? Also, the CI is throwing a new AssertionError that is unrelated to my PR and it's coming from tiled/_tests/test_metrics.py::test_error_code - AssertionError

jmaruland avatar Feb 06 '24 17:02 jmaruland

Power-cycled to rerun CI

danielballan avatar May 01 '24 13:05 danielballan