If you think of a term that belongs here, please let me know! I intend to expand this as the semester goes on.
- Bash - a common Unix / Linux command shell and script interpreter.
- BATS - Bash Automated Testing System. A tool for creating automated functional tests for command line applications.
- Dependency Injection - a design pattern in which one or more objects necessary for a section of code to function (dependencies) are provided as parameters (injected).
- Mocha - a test framework for use with the JavaScript programming language.
- Puppeteer - a tool for automating a web browser, often used for automated functional testing.
- Zsh - a popular Unix / Linux command shell and script interpreter.