From cd39f05d57c388c1b697e7c3cdd28bbbdaad2550 Mon Sep 17 00:00:00 2001 From: Danny Huang Date: Thu, 6 Oct 2022 10:36:18 -0700 Subject: [PATCH] Add Dataloader2 test targets (#811) Summary: Pull Request resolved: https://github.com/pytorch/data/pull/811 * To better track the test coverage of the data components, we make the dataloader2 into a folder with a separate TARGETS. * We plan add the needed_coverage in the TARGETS after we solve the needed_coverage finding issue and make TARGETS of torchdata more modular. Reviewed By: ejguan Differential Revision: D40124125 fbshipit-source-id: ac58fe4a6ba99ea194d1dff82cc926f68fc15b2b --- test/{ => dataloader2}/test_dataloader2.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{ => dataloader2}/test_dataloader2.py (100%) diff --git a/test/test_dataloader2.py b/test/dataloader2/test_dataloader2.py similarity index 100% rename from test/test_dataloader2.py rename to test/dataloader2/test_dataloader2.py