From ef0ee9ce087ef7b7aa690692ab6ac76e3177d8ba Mon Sep 17 00:00:00 2001 From: Albert Snow Date: Thu, 19 Oct 2023 23:46:48 -0500 Subject: [PATCH] adding the barest of descriptions --- src/en/testing/introduction/explanation.md | 2 +- src/en/testing/maps/basics.md | 4 +++- src/en/testing/maps/introduction.md | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/en/testing/introduction/explanation.md b/src/en/testing/introduction/explanation.md index 5dc0b619f..bbb2dc992 100644 --- a/src/en/testing/introduction/explanation.md +++ b/src/en/testing/introduction/explanation.md @@ -2,4 +2,4 @@ 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. +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. If you need to test something, but you're not sure how, look here. If the answer isn't here, add it! diff --git a/src/en/testing/maps/basics.md b/src/en/testing/maps/basics.md index 30404ce4c..e6745758e 100644 --- a/src/en/testing/maps/basics.md +++ b/src/en/testing/maps/basics.md @@ -1 +1,3 @@ -TODO \ No newline at end of file +# Basic Map Testing + +This section is intended to contain information about the basics of testing various maps in SS14. diff --git a/src/en/testing/maps/introduction.md b/src/en/testing/maps/introduction.md index 30404ce4c..f9a02086c 100644 --- a/src/en/testing/maps/introduction.md +++ b/src/en/testing/maps/introduction.md @@ -1 +1,3 @@ -TODO \ No newline at end of file +# Testing Maps + +This section is intended to contain information about how to test maps, specifically.