makepackage icon indicating copy to clipboard operation
makepackage copied to clipboard

Add package creation to tests

Open nyggus opened this issue 1 year ago • 2 comments

nyggus avatar Jun 07 '23 02:06 nyggus

So I guess the package creation will be done in a separate test right? And I am guessing the whole design will be:

  1. Create the virtual environment.
  2. Install the package in the virtual environment.

patrickboateng avatar Jun 07 '23 21:06 patrickboateng

Yes. But I am not sure these should be separate tests, as in order to run such a test, you need to create the package. So, this should be tested in one run, so in the current test functions.

These will become impressive integration tests, but as I wrote elsewhere, we will also implement unit tests.

nyggus avatar Jun 08 '23 05:06 nyggus