hakril / PythonForWindows

A codebase aimed to make interaction with Windows and native execution easier
BSD 3-Clause "New" or "Revised" License
569 stars 114 forks source link

Add github actions for pytest CI #48

Closed hakril closed 4 months ago

hakril commented 4 months ago

Adding a github workflow with the integrated pytest tests on python 2.7, 3.6 & 3.11.

Some tests are disabled : debugger (slow & broken in CI: maybe later in another MR) & the tests known to fail. Require some manual work for python2.7 as it's now supported by actions/setup-python anymore.

github-actions[bot] commented 4 months ago

Unit Test Results

380 tests   357 :heavy_check_mark:  1m 48s :stopwatch:     1 suites    23 :zzz:     1 files        0 :x:

Results for commit acd32d63.

:recycle: This comment has been updated with latest results.