Reorganize: Move test_d*
unit tests into files/directories that mimic source code being tested
#9663
Closed
1 task done
Housekeeping
Short description
As part of our Robust Testing Initiative we want to re-organize our unit tests to mimic the source code directory and files. Doing one file is generally smaller than what we'd rank as one unit of work, so this is a grouping of multiple. Here we want take unit tests in unit test files starting with
test_d*
and reorganize them into appropriate files within appropriate directories. This includes:test_deprecations.py
,test_deps.py
,test_doc_blocks.py
, andtest_docs_generate.py
. These files contain 36 unit tests.Acceptance criteria
The unit tests in
test_deprecations.py
,test_deps.py
,test_doc_blocks.py
, andtest_docs_generate.py
have been moved to files within a directory structure undertests/unit/
that mirror the organization of the source code being tested.Suggested Tests
The work is the tests
Impact to Other Teams
None
Will backports be required?
Narp
Context
#9649
The text was updated successfully, but these errors were encountered: