Skip to content

Commit

Permalink
Merge pull request #4 from pengyuyang-315/az
Browse files Browse the repository at this point in the history
test1
  • Loading branch information
Safffh authored Dec 10, 2023
2 parents 0ac8940 + eaf1b51 commit 2da53d9
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified .coverage
Binary file not shown.
Binary file added __pycache__/unittest_for_admin.cpython-39.pyc
Binary file not shown.
Binary file added __pycache__/unittest_for_client.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified bank_management/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified bank_management/investment/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified bank_management/investment/__pycache__/investment.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file modified bank_management/user/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified bank_management/user/__pycache__/admin.cpython-39.pyc
Binary file not shown.
Binary file modified bank_management/user/__pycache__/client.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion unittest_for_investment.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from bank_management.investment.investment import mortgage
from bank_management.investment.investment import zero_coupon_bond
from bank_management.investment.investment import government_bond

#

class Test_investment(unittest.TestCase):

Expand Down

0 comments on commit 2da53d9

Please sign in to comment.