Skip to content

Commit 1f9bba0

Browse files
author
grigory
committed
Move tests to the top level
1 parent 7cf0e2f commit 1f9bba0

File tree

26 files changed

+7
-7
lines changed

26 files changed

+7
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

python_polar_coding/tests/test_fast_scan/test_codec.py renamed to tests/test_fast_scan/test_codec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from unittest import TestCase
22

33
from python_polar_coding.polar_codes.fast_scan import FastSCANCodec
4-
from python_polar_coding.tests.base import BasicVerifyPolarCode
4+
from tests.base import BasicVerifyPolarCode
55

66

77
class TestFastSCANCodec_1024_512(BasicVerifyPolarCode, TestCase):
File renamed without changes.

python_polar_coding/tests/test_fast_ssc/test_codec.py renamed to tests/test_fast_ssc/test_codec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from unittest import TestCase
22

33
from python_polar_coding.polar_codes.fast_ssc import FastSSCPolarCodec
4-
from python_polar_coding.tests.base import BasicVerifyPolarCode
4+
from tests.base import BasicVerifyPolarCode
55

66

77
class TestFastSSCCode_1024_512(BasicVerifyPolarCode, TestCase):
File renamed without changes.

0 commit comments

Comments
 (0)