Skip to content

Commit

Permalink
Add empty test files for test reorganization (#12288)
Browse files Browse the repository at this point in the history
This PR adds empty test modules that match the "Test Organization" guidelines outlined in the [developer guide](https://github.com/rapidsai/cudf/blob/branch-23.02/docs/cudf/source/developer_guide/testing.md#test-organization). Follow-up PRs will move existing tests into these test modules. 

While I have attempted to match the structure of our API reference as much a possible, there are small differences. For example, the API reference lumps together [Reshaping, Sorting, and Transposing](https://docs.rapids.ai/api/cudf/stable/api_docs/dataframe.html#reshaping-sorting-transposing), while I opted to include two different modules for reshaping and sorting.

There are only a couple of instances where I needed to deviate from the structure though.

Authors:
  - Ashwin Srinath (https://github.com/shwina)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #12288
  • Loading branch information
shwina authored Apr 7, 2023
1 parent c4a34eb commit 5a703d0
Show file tree
Hide file tree
Showing 103 changed files with 79 additions and 0 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_attributes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_binary_operations.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_combining.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_computation.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_constructing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_conversion.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_indexing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_io_serialization.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_missing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_reindexing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_reshaping.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_selecting.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_sorting.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/dataframe/test_timeseries.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/general_utilities/test_testing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/groupby/test_computation.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/groupby/test_indexing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/groupby/test_stats.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/datetime/test_components.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/datetime/test_conversion.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_categorical.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_combining.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_computation.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_constructing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_conversion.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_interval.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_memory_usage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_missing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_modifying.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_multiindex_compat.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_numeric.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_properties.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_selecting.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_sorting.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/indexes/test_time_specific.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/input_output/test_avro.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/input_output/test_csv.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/input_output/test_feather.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/input_output/test_hdf5.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/input_output/test_json.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/input_output/test_orc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/input_output/test_parquet.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/input_output/test_text.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/lists/test_list_methods.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/options/test_options.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_accessors.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_attributes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_binary_operations.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_categorial.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_combining.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_computation.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_constructing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_conversion.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_datetimelike.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_function_application.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_indexing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_io_serialization.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_missing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_reshaping.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_selecting.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_sorting.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/series/test_timeseries.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/strings/test_string_methods.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/structs/test_struct_methods.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/text/test_subword_tokenizer.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
Empty file.
1 change: 1 addition & 0 deletions python/cudf/cudf/tests/window/test_rolling.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) 2023, NVIDIA CORPORATION.

0 comments on commit 5a703d0

Please sign in to comment.