Clone this repo:
  1. 278bcfa Update for main branch rename (#9) by Shu-yu Guo · 3 years, 6 months ago master
  2. 4555345 Parse any license block accepted by the upstream lint check. (#6) by Ms2ger · 5 years ago
  3. 9bd99c6 Merge pull request #4 from caitp/anbafy-it by Leo Balter · 5 years ago
  4. 7393e73 Incorporate changes from test262/41edfcebce1a85096 by Caitlin Potter · 5 years ago
  5. 0f2acdd Merge pull request #1 from test262-utils/parsing-fixes by littledan · 8 years ago

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