[WIP] To trigger CI for how does comtypes PR affect to pywinauto#1232
[WIP] To trigger CI for how does comtypes PR affect to pywinauto#1232junkmd wants to merge 1 commit into
comtypes PR affect to pywinauto#1232Conversation
comtypes PR affects to pywinautocomtypes PR affects to pywinauto
comtypes PR affects to pywinautocomtypes PR affect to pywinauto
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1232 +/- ##
=======================================
Coverage 87.98% 87.98%
=======================================
Files 60 59 -1
Lines 22985 22927 -58
=======================================
- Hits 20223 20173 -50
+ Misses 2762 2754 -8 🚀 New features to boost your workflow:
|
|
The best idea I have is adding "pywinauto" step to comtypes AppVeyor build matrix and run pywinauto tests there. Well, 2 pywinauto steps: for Py2.7 and Py3.10 should be enough. Also I know how to reduce the full pywinauto test suite to only "uia" backend related tests which will save time for comtypes CI. |
3d9e91e to
f76915e
Compare
|
Your proposal is attractive because it allows us to do what we want to do with less man-hours. On the other hand, it doesn't feel right to test for It is better to use a way that can be used even if a package other than For example, I agree that adding a non-env-dependent There are such things like Do you have any opinions? |
|
The difference is that Risk of absence of I'm not familiar with mentioned bots behavior yet. Maybe it makes sense. So more detailed suggestions are welcome. |
That was exactly the reason for the proposal not to test For example, I now use both Those bots are used for my application development. Also, If we can run automated testing (or script) triggered by these, we can do what we want without binding all Please wait as I am still investigating the specifics of how to do this, such as whether these bots can trigger only automated testing, or whether special tokens are needed for Actions. |
|
I think one of the right ways would be writing |
eba02aa to
81ac8a5
Compare
81ac8a5 to
f6aa9c9
Compare
1b04315 to
01b8f50
Compare
997c758 to
f9dc33a
Compare
f9dc33a to
a4379c7
Compare
f7eda26 to
4455f8d
Compare
4455f8d to
1aec05b
Compare
5514703 to
e396c80
Compare
ac5b420 to
f0ee305
Compare
60294c7 to
8a439d9
Compare
d42b036 to
3c20656
Compare
|
I have been repeatedly close and re-open this PR for I think the annoying ping has send to community members. My apologies. |
My projects are using both
comtypesandpywinauto.I am now manually modifying the
comtypesbranch inci/install.ps1to test if thecomtypesPR is approved.I am searching how to automate testing when
comtypesand other dependencies updating or submitting PR.I will close this and re-submit issue/PR when figured it out.