# test262-harness-py **Repository Path**: mirrors_chromium_googlesource/test262-harness-py ## Basic Information - **Project Name**: test262-harness-py - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Test262 Python Harness ### Usage Loaded as a module, this project defines a single function, `parseTestRecord`. This function creates an object representation of the metadata encoded in the "frontmatter" of the provided Test262 test source code. `test262.py` is an executable designed to execute Test262 tests. It is exposed for public use. For usage instructions, invoke this executable with the `--help` flag, as in: $ test262.py --help ### Tests Run the following command from the root of this projcet: $ python -m unittest discover test