KenKundert / nestedtext

Human readable and writable data interchange format
https://nestedtext.org
MIT License
362 stars 13 forks source link

Move the test cases to a submodule. #18

Closed kalekundert closed 3 years ago

kalekundert commented 3 years ago

This PR separates the language-agnostic tests from the python implementation of NestedText.

One thing I'm not sure about is whether this will cause any problems for Travis CI. The issue is that Travis will need to clone both the main repository and the submodule in order to do the tests. Normally this means using the --recusive flag when cloning the repository in the first place. From a brief search it seems like Travis does this by default, but it wasn't totally clear.