Closed BECATRUE closed 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.
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?
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.
Okay! I closed #90 and let's discuss it.
I updated the description. Plz check it! @kangz12345
First of all, see also: #83
Feature you want to implement
I want to initiate the unit test for checking completeness.
swift.app
for checking if the unit test runs well.How the feature is implemented
Test files location
tests
.tests
directory, there are testing files, e.g.test_swift.py
andtest_apps.py
.unittest.TestCase
.Test for
swift.app
frames()
returns an iterable object.Additional context
See also: unittest, coverage