issues
search
Psychedelic
/
dab
All the data an IC app needs to make seamless experiences, accessible directly on the IC. DAB is an open internet service for NFT, Token, Canister, and Dapp registries.
GNU General Public License v3.0
68
stars
11
forks
source link
Added test cases
#45
Closed
miguelToscano
closed
2 years ago
miguelToscano
commented
2 years ago
Added the following test cases:
test_add_canister_successfully
test_add_canister_fails_because_of_bad_params
test_add_canister_fails_because_of_unauthorized_caller
test_remove_canister_successfully
test_remove_canister_fails_because_of_inexistent_canister
test_remove_canister_fails_because_of_unauthorized_caller
test_get_canister_successfully
test_get_canister_for_unauthorized_caller_successfully
test_get_canister_returns_none_successfully
test_get_all_canisters_succesfully
test_get_all_canisters_for_unauthorized_caller_succesfully
test_get_all_canisters_returns_none_succesfully
Added the following test cases: