Skip to content

Commit 010d8cf

Browse files
Updated test
1 parent a151310 commit 010d8cf

36 files changed

+225
-137
lines changed

docs/contribute-code.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,33 +71,36 @@ specific Retool functionality.
7171
Tests different settings for compilation handling:
7272

7373
```
74-
hatch run integration:compilations
74+
hatch run quick:compilations
7575
```
7676

7777
Tests that Retool outputs the same content five times in a row:
7878

7979
```
80-
hatch run integration:determinism
80+
hatch run quick:determinism
8181
```
8282

8383
Tests that Retool is correctly excluding all user-selected title types:
8484

8585
```
86-
hatch run integration:exclusions
86+
hatch run quick:exclusions
8787
```
8888

8989
Tests that Retool is correctly filtering by different language priorities:
9090

9191
```
92-
hatch run integration:languages
92+
hatch run quick:languages
9393
```
9494

9595
Tests that Retool is correctly filtering by different region priorities:
9696

9797
```
98-
hatch run integration:regions
98+
hatch run quick:regions
9999
```
100100

101+
To view all tests that you can run, see the `[tool.hatch.envs.quick.scripts]` section in
102+
`pyproject.toml`.
103+
101104
## Enable developer mode
102105

103106
If you create a file named `.dev` and place it in Retool's folder, the following options

docs/includes/sha256_windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6e3c4e74af98a2438b8f4b052c5da3efe07a2ea216259d616148da2236538b5d
1+
065c412019b9505ec6d410da02b85bf6bef76d1248b4bd29de91e1fc5f68675d

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ python = ["3.13"]
176176
[tool.hatch.envs.quick.scripts]
177177
clone_list_filters = "python -m tests.clone_list_filters"
178178
compilations = "python -m tests.compilations"
179+
determinism = "python -m tests.determinism"
179180
exclusions = "python -m tests.exclusions"
180181
label_retroachievements = "python -m tests.label_retroachievements"
181182
languages = "python -m tests.languages"

tests/clonelists/Apple - Macintosh (Redump).json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"description": {
33
"name": "Apple - Macintosh (Redump)",
4-
"lastUpdated": "2025-08-30 10:23:53",
5-
"minimumVersion": "2.4.0"
4+
"lastUpdated": "2026-01-02 11:07:20",
5+
"minimumVersion": "2.4.8"
66
},
77
"variants": [
88
{

tests/clonelists/Microsoft - Xbox (Redump).json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": {
33
"name": "Microsoft - Xbox (Redump)",
44
"lastUpdated": "2025-08-30 10:23:53",
5-
"minimumVersion": "2.4.0"
5+
"minimumVersion": "2.4.8"
66
},
77
"variants": [
88
{

tests/clonelists/Microsoft - Xbox 360 (Redump).json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"description": {
33
"name": "Microsoft - Xbox 360 (Redump)",
4-
"lastUpdated": "2025-08-30 10:23:53",
5-
"minimumVersion": "2.4.0"
4+
"lastUpdated": "2026-01-02 11:07:20",
5+
"minimumVersion": "2.4.8"
66
},
77
"variants": [
88
{

tests/clonelists/Nintendo - Game Boy Advance (No-Intro).json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": {
33
"name": "Nintendo - Game Boy Advance (No-Intro)",
44
"lastUpdated": "2025-08-30 10:23:53",
5-
"minimumVersion": "2.4.0"
5+
"minimumVersion": "2.4.8"
66
},
77
"variants": [
88
{

tests/clonelists/Nintendo - Game Boy Color (No-Intro).json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": {
33
"name": "Nintendo - Game Boy Color (No-Intro)",
44
"lastUpdated": "2025-08-30 10:23:53",
5-
"minimumVersion": "2.4.0"
5+
"minimumVersion": "2.4.8"
66
},
77
"variants": [
88
{

tests/clonelists/Nintendo - GameCube (Redump).json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": {
33
"name": "Nintendo - GameCube (Redump)",
44
"lastUpdated": "2025-08-30 10:23:53",
5-
"minimumVersion": "2.4.0"
5+
"minimumVersion": "2.4.8"
66
},
77
"variants": [
88
{

tests/clonelists/Nintendo - Nintendo 3DS (No-Intro).json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": {
33
"name": "Nintendo - Nintendo 3DS (No-Intro)",
44
"lastUpdated": "2025-08-30 10:23:53",
5-
"minimumVersion": "2.4.0"
5+
"minimumVersion": "2.4.8"
66
},
77
"variants": [
88
{

0 commit comments

Comments
 (0)