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

E2E [End to end] test of a sample extension creation flow

Open allgreed opened this issue 3 years ago • 2 comments

When to run: on releases only, before publishing artifacts This would have prevented #99

allgreed avatar Jul 28 '22 20:07 allgreed

Also: #131 The tests should happen using lowest supported minor version of Python (so 3.8 as of now)

allgreed avatar Aug 02 '22 11:08 allgreed

So:

  • can we check installation without uploading new version to public pypi? (maybe)
  • generate ca
  • generate dev cert
  • aseemble [some given sample] extension
  • sign extension
  • maaaybe upload

allgreed avatar Aug 10 '22 15:08 allgreed