diff --git a/src/__pycache__/ashcount.cpython-311.pyc b/src/__pycache__/ashcount.cpython-311.pyc deleted file mode 100644 index f11a743..0000000 Binary files a/src/__pycache__/ashcount.cpython-311.pyc and /dev/null differ diff --git a/src/module/__pycache__/__init__.cpython-311.pyc b/src/module/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 692fcef..0000000 Binary files a/src/module/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/src/module/__pycache__/__init__.cpython-38.pyc b/src/module/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000..49c2810 Binary files /dev/null and b/src/module/__pycache__/__init__.cpython-38.pyc differ diff --git a/src/module/__pycache__/ashcount.cpython-311.pyc b/src/module/__pycache__/ashcount.cpython-311.pyc deleted file mode 100644 index a7e0e6e..0000000 Binary files a/src/module/__pycache__/ashcount.cpython-311.pyc and /dev/null differ diff --git a/src/module/__pycache__/ashcount.cpython-38.pyc b/src/module/__pycache__/ashcount.cpython-38.pyc new file mode 100644 index 0000000..58bfaf8 Binary files /dev/null and b/src/module/__pycache__/ashcount.cpython-38.pyc differ diff --git a/test/__pycache__/python_test.cpython-311-pytest-7.4.2.pyc b/test/__pycache__/python_test.cpython-311-pytest-7.4.2.pyc deleted file mode 100644 index 0edd7e6..0000000 Binary files a/test/__pycache__/python_test.cpython-311-pytest-7.4.2.pyc and /dev/null differ diff --git a/test/__pycache__/python_test.cpython-38-pytest-6.1.1.pyc b/test/__pycache__/python_test.cpython-38-pytest-6.1.1.pyc new file mode 100644 index 0000000..249556d Binary files /dev/null and b/test/__pycache__/python_test.cpython-38-pytest-6.1.1.pyc differ diff --git a/test/__pycache__/test_ashcount.cpython-311-pytest-7.4.2.pyc b/test/__pycache__/test_ashcount.cpython-311-pytest-7.4.2.pyc deleted file mode 100644 index 4c0e84c..0000000 Binary files a/test/__pycache__/test_ashcount.cpython-311-pytest-7.4.2.pyc and /dev/null differ diff --git a/test/__pycache__/test_ashcount.cpython-38-pytest-6.1.1.pyc b/test/__pycache__/test_ashcount.cpython-38-pytest-6.1.1.pyc new file mode 100644 index 0000000..4886fce Binary files /dev/null and b/test/__pycache__/test_ashcount.cpython-38-pytest-6.1.1.pyc differ diff --git a/test/test_ashcount.py b/test/test_ashcount.py index db847f1..ad06112 100644 --- a/test/test_ashcount.py +++ b/test/test_ashcount.py @@ -5,7 +5,7 @@ sys.path.append(path) -from ashcount import counter , py_counter +from module.ashcount import counter , py_counter def tset_counter1(): assert counter.line_counter(path="text_test.txt") == 4