Basically, dbt-build --integtest will only pick out integration tests which contain "test" within their name; this is to allow things such as shared utility files in a packages' integtest/ directory. readout_type_scan.py is unique in that it doesn't contain test, so we should rename it as readout_type_scan_test.py so that it can properly be recognized (currently it's skipped by dbt-build --integtest.
Basically,
dbt-build --integtestwill only pick out integration tests which contain "test" within their name; this is to allow things such as shared utility files in a packages'integtest/directory.readout_type_scan.pyis unique in that it doesn't containtest, so we should rename it asreadout_type_scan_test.pyso that it can properly be recognized (currently it's skipped bydbt-build --integtest.