mirror of
https://github.com/QualityInUse/lab-testing-maksktl.git
synced 2026-08-05 13:45:26 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# - In this file, you have to add your tests on Account module.
|
||||
# - See, app/account.py
|
||||
# - Test account creation and deletion
|
||||
# - Use mocks
|
||||
@@ -0,0 +1,5 @@
|
||||
# - In this file, you have to add your tests on Customer module.
|
||||
# - See, app/customer.py
|
||||
# - Test customer creation, loading, updating and deletion
|
||||
# - Use mocks
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# - In this file, you have to add your tests on Database module.
|
||||
# - See, app/database.py
|
||||
# - Test most of the methods
|
||||
# - Use mocks in proper parts
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# - In this file, you have to add your tests on Transaction module.
|
||||
# - See, app/transaction.py
|
||||
# - Test transaction with different types - deposit, withdraw and transfer
|
||||
# - Use mocks accordingly
|
||||
|
||||
Reference in New Issue
Block a user