Skip to content

Commit b944fcc

Browse files
committed
Fix PyPI image display: use absolute GitHub URLs
1 parent f993078 commit b944fcc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
**TestIQ v0.2.1** - Catch duplicate and redundant tests before they pollute your codebase. Perfect for AI-generated test suites.
1111

1212
<p align="center">
13-
<img src="docs/screenshots/testiq_test_dup.png" alt="TestIQ Duplicate Detection" width="800"/>
13+
<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_dup.png" alt="TestIQ Duplicate Detection" width="800"/>
1414
</p>
1515

1616
---
@@ -72,18 +72,18 @@ Total tests: 47
7272
## 📸 Screenshots
7373

7474
### Exact Duplicates Detection
75-
<img src="docs/screenshots/testiq_test_dup.png" alt="Exact Duplicates" width="800"/>
75+
<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_dup.png" alt="Exact Duplicates" width="800"/>
7676

7777
### Side-by-Side Coverage Comparison
78-
<img src="docs/screenshots/testiq_test_dup_compare.png" alt="Coverage Comparison" width="800"/>
78+
<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_dup_compare.png" alt="Coverage Comparison" width="800"/>
7979

8080
### Subset Duplicates (Tests Completely Covered by Others)
81-
<img src="docs/screenshots/testiq_test_subset.png" alt="Subset Duplicates" width="800"/>
82-
<img src="docs/screenshots/testiq_test_subset_compare.png" alt="Subset Comparison" width="800"/>
81+
<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_subset.png" alt="Subset Duplicates" width="800"/>
82+
<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_subset_compare.png" alt="Subset Comparison" width="800"/>
8383

8484
### Similar Test Detection
85-
<img src="docs/screenshots/testiq_test_similar.png" alt="Similar Tests" width="800"/>
86-
<img src="docs/screenshots/testiq_test_similar_compare.png" alt="Similar Test Comparison" width="800"/>
85+
<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_similar.png" alt="Similar Tests" width="800"/>
86+
<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_similar_compare.png" alt="Similar Test Comparison" width="800"/>
8787

8888
---
8989

0 commit comments

Comments
 (0)