Skip to content

Commit 08a787a

Browse files
Added test for transpose with mixed step column
1 parent 3a7dced commit 08a787a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/python/integration/test_scenario.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ def test_run_pisystem_assets_values_download_with_404(user_dss_clients):
4141

4242
def test_run_pisystem_tag_with_spaces(user_dss_clients):
4343
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="TAG_WITH_SPACES")
44+
45+
46+
def test_run_pisystem_tag_transpose_with_step_column(user_dss_clients):
47+
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="TRANSPOSECHECKSTEPCOLUMN")

0 commit comments

Comments
 (0)