Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkan0201 committed Oct 4, 2023
1 parent dedca1b commit 2b8dabd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file not shown.
12 changes: 6 additions & 6 deletions test/test_somthing.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import os
import sys
# import os
# import sys

path = os.path.join(os.getcwd(), "src")
# path = os.path.join(os.getcwd(), "src")

sys.path.append(path)
# sys.path.append(path)

from module.ashcount import counter , py_counter
# from module.ashcount import counter , py_counter

def tset_counter1():
assert counter.line_counter(path="./Testing_Files/Temp.txt") == 4
assert 1 == 1

# def tset_counter2():
# assert counter.counting_main_lines(path="./Testing_Files/Temp.txt") == 2
Expand Down

0 comments on commit 2b8dabd

Please sign in to comment.