Skip to content

Commit

Permalink
adding the barest of descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertSnows committed Oct 20, 2023
1 parent bc8bd5f commit ef0ee9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/en/testing/introduction/explanation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
4 changes: 3 additions & 1 deletion src/en/testing/maps/basics.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
TODO
# Basic Map Testing

This section is intended to contain information about the basics of testing various maps in SS14.
4 changes: 3 additions & 1 deletion src/en/testing/maps/introduction.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
TODO
# Testing Maps

This section is intended to contain information about how to test maps, specifically.

0 comments on commit ef0ee9c

Please sign in to comment.