Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion conformance/results/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
background-color: #333;
color: #fff;
text-align: center;
padding: 8px;
padding: 10px 16px 12px;
}

table {
Expand Down Expand Up @@ -148,13 +148,27 @@
.hover-text {
position: relative;
}

.disclaimer {
margin: 6px auto 0;
max-width: 720px;
font-size: 12px;
line-height: 1.4;
font-weight: normal;
color: #d6d6d6;
}
</style>
</head>

<body>
<div class="content_container">
<header>
<h3>Python Type System Conformance Test Results</h3>
<p class="disclaimer">
While spec 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.
</p>
</header>
<div class="table_container"><table><tbody>
<tr><th class="col1">&nbsp;</th>
Expand Down
16 changes: 15 additions & 1 deletion conformance/src/results_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
background-color: #333;
color: #fff;
text-align: center;
padding: 8px;
padding: 10px 16px 12px;
}

table {
Expand Down Expand Up @@ -148,13 +148,27 @@
.hover-text {
position: relative;
}

.disclaimer {
margin: 6px auto 0;
max-width: 720px;
font-size: 12px;
line-height: 1.4;
font-weight: normal;
color: #d6d6d6;
}
</style>
</head>

<body>
<div class="content_container">
<header>
<h3>Python Type System Conformance Test Results</h3>
<p class="disclaimer">
While spec 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.
</p>
</header>
{{summary}}
<!-- <div>
Expand Down