You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.Interchange via library 2 into a "destination" dataframe
15
-
3.Interchange that resulting dataframe via library 1 into a "roundtrip" dataframe
11
+
1.Creates a dataframe via library 1
12
+
2.Interchanges it via library 2 into a "destination" dataframe
13
+
3.Interchanges that resulting dataframe via library 1 into a "roundtrip" dataframe
16
14
17
15
We assert the roundtrip dataframe is equivalent to the original dataframe.
18
16
19
-
***Signatures** ([`test_signatures.py`](./tests/test_signatures.py)): Assert functions have the correct signatures.
17
+
***Signatures** ([`test_signatures.py`](./tests/test_signatures.py)): Assert methods have the correct signatures.
20
18
21
-
As in [`test_dataframe_object.py`](./tests/test_dataframe_object.py), I'm now exploring testing the results of the interchange API methods/properties.
19
+
***Basic functionality** ([`test_dataframe_object.py`](./tests/test_dataframe_object.py)): Smoke methods can take valid input, and assert they return valid output (where appropiate).
0 commit comments