Skip to content

Rows tests#1196

Open
joseangelhernao wants to merge 4 commits intodevelop-21.9from
feature/row-tests
Open

Rows tests#1196
joseangelhernao wants to merge 4 commits intodevelop-21.9from
feature/row-tests

Conversation

@joseangelhernao
Copy link
Copy Markdown
Collaborator

No description provided.

@luis11011 luis11011 changed the title Row tests Rows tests Sep 20, 2021
Copy link
Copy Markdown
Member

@luis11011 luis11011 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have in mind the format of the code in the creator file. Apart from that this is nicely done. Please pull the latest updates from develop to properly create this tests file.

t.create(method="rows.append", variant="single_some_cols", dfs=[df2], names_map={"First":["function","price"],"Second":["weight(t)","id"],"Third":["Cybertronian","birth"]})
t.create(method="rows.append", variant="single_one_col", dfs=[df2], names_map={"Only":["japanese name","billingId"]})
t.create(method="rows.append", variant="multiple_complete", dfs=[df2,df3])
t.create(method="rows.append", variant="multiple_some_cols", dfs=[df2,df3], names_map={"First":["last position seen","product","ip_test"],"Second":["date arrival","firstName","object_test"],"Third":["names","lastName","email_test"]})
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you're referencing 'object_test' but not creating that column on the dataframe, this repeats in other tests.

@luis11011 luis11011 linked an issue Oct 28, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests for rows operations

3 participants