From 0349e68201d5250f3768da6f2637c65763423553 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 6 Aug 2018 18:13:59 -0400 Subject: [PATCH] moved unit tests into unit test directory --- {lbrynet/tests => tests}/unit/core/test_HTTPBlobDownloader.py | 0 tests/{ => unit}/test_cli.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {lbrynet/tests => tests}/unit/core/test_HTTPBlobDownloader.py (100%) rename tests/{ => unit}/test_cli.py (100%) diff --git a/lbrynet/tests/unit/core/test_HTTPBlobDownloader.py b/tests/unit/core/test_HTTPBlobDownloader.py similarity index 100% rename from lbrynet/tests/unit/core/test_HTTPBlobDownloader.py rename to tests/unit/core/test_HTTPBlobDownloader.py diff --git a/tests/test_cli.py b/tests/unit/test_cli.py similarity index 100% rename from tests/test_cli.py rename to tests/unit/test_cli.py