Skip to content

Commit 46935dc

Browse files
committed
Merge branch 'main' into branan_patch-1
# Conflicts: # inputremapper/gui/data_manager.py
2 parents 617bf76 + 08226a2 commit 46935dc

File tree

126 files changed

+2687
-2310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+2687
-2310
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1010
strategy:
1111
matrix:
12-
python-version: ["3.7", "3.11"] # min and max supported versions?
12+
python-version: ["3.8", "3.12"] # min and max supported versions?
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Set up Python ${{ matrix.python-version }}
@@ -34,4 +34,4 @@ jobs:
3434
# try this if input-remappers data cannot be found, and set DATA_DIR to a matching directory
3535
# find / -type f -name "input-remapper.glade"
3636
37-
sudo -E python tests/test.py --start-dir unit
37+
sudo -E python -m unittest discover tests/unit

.run/All Tests.run.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.run/Only Integration Tests.run.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.run/Only Unit Tests.run.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)