From a8291f49ab1c713f893d99bd3e70183cd43fa1c1 Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 30 Jun 2021 17:27:47 +0200 Subject: [PATCH] Move test contract data to pytest module --- apps/cic-eth/{tests => cic_eth/pytest}/testdata/Bogus.bin | 0 apps/cic-eth/{tests => cic_eth/pytest}/testdata/Bogus.sol | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename apps/cic-eth/{tests => cic_eth/pytest}/testdata/Bogus.bin (100%) rename apps/cic-eth/{tests => cic_eth/pytest}/testdata/Bogus.sol (100%) diff --git a/apps/cic-eth/tests/testdata/Bogus.bin b/apps/cic-eth/cic_eth/pytest/testdata/Bogus.bin similarity index 100% rename from apps/cic-eth/tests/testdata/Bogus.bin rename to apps/cic-eth/cic_eth/pytest/testdata/Bogus.bin diff --git a/apps/cic-eth/tests/testdata/Bogus.sol b/apps/cic-eth/cic_eth/pytest/testdata/Bogus.sol similarity index 100% rename from apps/cic-eth/tests/testdata/Bogus.sol rename to apps/cic-eth/cic_eth/pytest/testdata/Bogus.sol