mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Restore some tests and explain why others are failing
This commit is contained in:
@@ -4,10 +4,18 @@
|
||||
|
||||
{% if method.type.simple %}
|
||||
|
||||
{% if method.type.cardinality == "scalar" %}
|
||||
|
||||
{% if method.type.name == "bool" %}
|
||||
return status == 204
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if method.type.cardinality == "list" %}
|
||||
return data
|
||||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
|
||||
{% if method.type.cardinality == "scalar" %}
|
||||
|
||||
Reference in New Issue
Block a user