diff --git a/src/SUMMARY.md b/src/SUMMARY.md index e75d8b3f3..093942d17 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -53,6 +53,12 @@ SS14 By Example - [UI Survival Guide](en/ss14-by-example/ui-survival-guide.md) +Testing +============== +- [Introduction to Testing](en/testing/introduction/explanation.md) +- [Maps](en/testing/maps/introduction.md) + - [Basics](en/testing/maps/basics.md) + Robust Toolbox ============== diff --git a/src/en/testing/introduction/explanation.md b/src/en/testing/introduction/explanation.md new file mode 100644 index 000000000..5dc0b619f --- /dev/null +++ b/src/en/testing/introduction/explanation.md @@ -0,0 +1,5 @@ +# Testing SS14 + +Testing code is critical to a software application's long-term viability. SS14 is, from a developer's perspective, a complex game with many moving parts; all the more reason to ensure it's well tested. The motivation of this section is to add testing documentation to help streamline the testing process, and minimize redundant questions about basic yet integral testing concepts. + +Contributions to this section should seek to elucidate various non-obvious testing concepts, and provide answers to various general "How do I test X?" kinds of questions. diff --git a/src/en/testing/maps/basics.md b/src/en/testing/maps/basics.md new file mode 100644 index 000000000..e69de29bb diff --git a/src/en/testing/maps/introduction.md b/src/en/testing/maps/introduction.md new file mode 100644 index 000000000..e69de29bb