nodecloud-cli icon indicating copy to clipboard operation
nodecloud-cli copied to clipboard

Add services tests (network & storage)

Open JosephSemrai opened this issue 6 years ago • 0 comments

Related Issue

#24

Storage Tests

Added mock functions for:

  • uploadToStorage -> upload

Added tests for:

  • upload

Network Tests

Added mock functions for:

  • create
  • delete
  • list
  • addTags
  • removeTags

Added tests for:

  • create
  • delete // renamed function call to deleteFunction() due to conflict with the 'delete' javascript keyword
  • list
  • addTags
  • removeTags
  • createZone (failure case)
  • deleteZone (failure case)
  • listZone (failure case)

JosephSemrai avatar Dec 08 '19 22:12 JosephSemrai