snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
6 stars 2 forks source link

[FEATURE] Initial setting for unit test #88

Closed BECATRUE closed 1 year ago

BECATRUE commented 1 year ago

First of all, see also: #83

Feature you want to implement

I want to initiate the unit test for checking completeness.

How the feature is implemented

Test files location

Test for swift.app

Additional context

See also: unittest, coverage

kangz12345 commented 1 year ago

How are you going to make the unit test system? For example, to create a new directory test or to add a GitHub action, etc.

BECATRUE commented 1 year ago

How are you going to make the unit test system? For example, to create a new directory test or to add a GitHub action, etc.

I updated the descriptions.

My focus is to apply unit test to PyQt system rather than systematizing testing, so why don't we talk about the details later?

kangz12345 commented 1 year ago

My focus is to apply unit test to PyQt system rather than systematizing testing, so why don't we talk about the details later?

Good idea, then let's discuss the testing system first, and then come back to here. I think #90 should be closed until we decide the how we test the package.

BECATRUE commented 1 year ago

Okay! I closed #90 and let's discuss it.

BECATRUE commented 1 year ago

I updated the description. Plz check it! @kangz12345