{%- set columns = versions|length -%} Python Type System Conformance Test Results

Python Type System Conformance Test Results

While specification conformance is important for the ecosystem, we don't recommend using it as the primary basis for choosing a type checker. It is not representative of many of the things users typically care about.

{%- for version in versions %} {%- endfor %} {%- for group in groups %} {%- for case in group.cases %} {%- for result in case.results %} {%- if result.notes %} {%- else %} {%- endif %} {%- endfor %} {%- endfor %} {%- for stats in group.stats %} {%- endfor %} {%- endfor %} {%- for stats in totals %} {%- endfor %}
{{ version }}
{{ group.name }}
{{ case.name }} {{ result.conformance }}
    {%- for note in result.notes %}
  • {{ note }}
  • {%- endfor %}
{{ result.conformance }}
{{ stats.passed }} / {{ stats.total }} • {{ stats.percentage }}
{{ stats.passed }} / {{ stats.total }} • {{ stats.percentage }}