Skip to content

Parametrize JSON tests #27838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 70 commits into from
Sep 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
4d507ad
Parametrized non unique column test
WillAyd Aug 5, 2019
3c0e143
Parametrized non-unique index tests
WillAyd Aug 8, 2019
04ab0c3
Removed skip for values test
WillAyd Aug 8, 2019
0c9f8d8
Blackify
WillAyd Aug 8, 2019
88a25f5
Parametrized doubled_encoded_labels test
WillAyd Aug 8, 2019
ae4e022
Parametrized 'biggie' test case
WillAyd Aug 9, 2019
6a9c55f
Parametrized basic test
WillAyd Aug 9, 2019
8d5ec41
simplified test names
WillAyd Aug 9, 2019
ddf1e1d
int case
WillAyd Aug 9, 2019
b1f13f6
Parametrized categorical case
WillAyd Aug 9, 2019
dd7b5c4
Parametrized empty test case
WillAyd Aug 9, 2019
4c536d9
parametrized ts data
WillAyd Aug 9, 2019
891549c
Parametrized mixed case
WillAyd Aug 9, 2019
783da97
Removed unnecessary test
WillAyd Aug 9, 2019
d128859
Blackify
WillAyd Aug 9, 2019
4f061e0
moved position of dtype parametrization
WillAyd Aug 9, 2019
98cb9bf
Parametrized bad_data_raises test
WillAyd Aug 9, 2019
b7e5f88
broke off infinity test
WillAyd Aug 9, 2019
af07fd3
parametrized precision test
WillAyd Aug 9, 2019
ad95c48
parametrized infer words
WillAyd Aug 9, 2019
1cd49a8
Renamed df_orient to just orient for reuse
WillAyd Aug 9, 2019
b336387
parametrized basic series test
WillAyd Aug 9, 2019
30b5fa6
Added default orient test
WillAyd Aug 9, 2019
b4a286d
Parametrized empty series test
WillAyd Aug 9, 2019
fb410eb
Parametrized series timeseries test
WillAyd Aug 9, 2019
4286581
parametrized series numeric case
WillAyd Aug 9, 2019
1840c6a
Removed unnecessary series roundtrip test
WillAyd Aug 9, 2019
3a47eeb
Parametrized date unit test
WillAyd Aug 9, 2019
9dff7c5
Parametrized utc test
WillAyd Aug 9, 2019
5843d58
parametrized ts_range_utc test
WillAyd Aug 9, 2019
d9e67ad
Removed py2 compat code
WillAyd Aug 9, 2019
28fbb3e
blackify
WillAyd Aug 9, 2019
817fe38
Parametrized infinity test
WillAyd Aug 9, 2019
23466e3
parametrized missing data test
WillAyd Aug 9, 2019
c81085b
Blackify
WillAyd Aug 9, 2019
df7ab31
flake fixup
WillAyd Aug 9, 2019
9fa4ee0
Comment cleanup
WillAyd Aug 9, 2019
91331db
Fix up astypes
WillAyd Aug 9, 2019
d81f900
Py35 compat
WillAyd Aug 9, 2019
3bb02ca
Merge remote-tracking branch 'upstream/master' into json-parametrize
WillAyd Aug 23, 2019
9b4df96
Merge remote-tracking branch 'upstream/master' into json-parametrize
WillAyd Aug 26, 2019
5852dc1
32 bit compat
WillAyd Aug 26, 2019
28a0581
PY35 compat
WillAyd Aug 26, 2019
d85cc3b
lint fixup
WillAyd Aug 26, 2019
50e122a
Revert Py35 compat
WillAyd Aug 26, 2019
2be333c
32 bit compat restriction
WillAyd Aug 26, 2019
b622fc5
PY35 columns orient sorting
WillAyd Aug 26, 2019
ce9fc3c
Added missing import
WillAyd Aug 26, 2019
f025604
More Py35 compat
WillAyd Aug 26, 2019
e1fec58
Final Py35 compat (hopefully)
WillAyd Aug 27, 2019
8ff3c15
Final Py35 compat (hopefully) redux
WillAyd Aug 27, 2019
e8940e0
Windows int fix
WillAyd Aug 27, 2019
32456fd
Invoke func
WillAyd Aug 27, 2019
a0d2c2e
32 bit compat fix
WillAyd Aug 27, 2019
c453c03
more 32 bit compat
WillAyd Aug 27, 2019
a7459b3
Excepted split from int dtype check
WillAyd Aug 27, 2019
55b747c
Removed windows compat
WillAyd Aug 27, 2019
a19fea8
Windows test compat
WillAyd Aug 27, 2019
853f8cf
Fixed conftest docstring
WillAyd Aug 27, 2019
bb90490
Merge remote-tracking branch 'upstream/master' into json-parametrize
WillAyd Sep 4, 2019
91f7862
Added TODO
WillAyd Sep 4, 2019
fb4cda5
Reverted changes to test_frame_from_json_to_json
WillAyd Sep 10, 2019
7623bf0
Merge remote-tracking branch 'upstream/master' into json-parametrize
WillAyd Sep 10, 2019
14938f2
Removed unused import
WillAyd Sep 10, 2019
bc5540d
Merge remote-tracking branch 'upstream/master' into json-parametrize
WillAyd Sep 16, 2019
5b2d4a4
Merge remote-tracking branch 'upstream/master' into json-parametrize
WillAyd Sep 17, 2019
0ef1956
Added comment for nanosecond -> ms conversion
WillAyd Sep 17, 2019
0a8abab
Removed duplicate StringIO usage
WillAyd Sep 17, 2019
0100aeb
Used more standard approach for various expected outputs
WillAyd Sep 17, 2019
639a464
removed numeric underscores
WillAyd Sep 17, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pandas/tests/io/json/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import pytest


@pytest.fixture(params=["split", "records", "index", "columns", "values"])
def orient(request):
"""
Fixture for orients excluding the table format.
"""
return request.param
Loading