Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertSnows committed Oct 20, 2023
1 parent 318ea59 commit 76af685
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
==============

Expand Down
5 changes: 5 additions & 0 deletions src/en/testing/introduction/explanation.md
Original file line number Diff line number Diff line change
@@ -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.
Empty file added src/en/testing/maps/basics.md
Empty file.
Empty file.

0 comments on commit 76af685

Please sign in to comment.