Skip to content

Instantly share code, notes, and snippets.

View jeremy-donson's full-sized avatar
🎯
Focusing

Jeremy Donson jeremy-donson

🎯
Focusing
  • New York City
View GitHub Profile
@jeremy-donson
jeremy-donson / 00-test-driven-github-issues.md
Last active February 10, 2022 17:07
Test Driven Project Management In 2022
Tasks
- [ ] a task list item
- [ ] list syntax required
- [ ] normal **formatting**
- [ ] incomplete
- [x] completed
Table
@jeremy-donson
jeremy-donson / Testing: Hello, Bash!
Last active October 26, 2020 14:13
Hello Bash Testing
#!/bin/bash
# We could do this for each language: [ python, ruby, node, java, go, kotlin ]
# FUNCTION: testBashVer = Test for min required bash version.
# FUNCTION: testBashHello = Test for expected bash output.
# FUNCTION: bashHello = Print the following to the terminal ["Hello, Bash!" ]
# FUNCTION: printManPage = Print out a linux man page for offline reference.
# SNIPPETS BELOW