glideapps/quicktype

Split up tests with huge objects

Open

#559 ouverte le 17 févr. 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)TypeScript (968 forks)batch import
CIgood first issue

Métriques du dépôt

Stars
 (10 867 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

We have a few tests, in particular blns-object, keywords.json, and keyword-unions.schema, which have huge objects and slow down a few languages, particularly Rust. The objects don't need to be big - they're only testing that the keys in the objects work, so we can easily split them up without losing the benefit of the tests.

Guide contributeur