Source library
Johnny Reborn - Testing Guide
docs/general/testing-guide.md
This is the website shelf page for docs/general/testing-guide.md.
It exists because the project has hundreds of Markdown files and the website
should not pretend the interesting work only happened in the polished essays.
Why this file matters
General project reference. This is shared documentation: architecture, build setup, emulator use, memory management, and testing guidance that apply beyond one PS1 subsystem.
This document explains the testing infrastructure for Johnny Reborn.
File facts
| Field | Value |
|---|---|
| Source path | docs/general/testing-guide.md |
| Lines | 239 |
| Approx. words | 811 |
| Code fences | 9 |
Outline
- Johnny Reborn - Testing Guide
- Overview
- Running Tests
- Test Suites
- Core Functionality Tests
- Memory Optimization Tests
- Visual Regression Tests
- PS1 Scripted Input Tests
- Test Coverage
- Adding New Tests
- Development Workflow
- General Development (main branch)
- PS1 Development
- Memory Profiling