I hereby claim:
- I am lentil32 on github.
- I am lentil32 (https://keybase.io/lentil32) on keybase.
- I have a public key ASBeqnNkpN4ZpZ2HPjiIzXSz_JYxGfEAXpC4LQr77_VgaAo
To claim this, I am signing this object:
| #!/usr/bin/env zsh | |
| # ============================================================================= | |
| # Script: sleep_display.zsh | |
| # Description: | |
| # Forces the macOS display to sleep properly by preventing it from waking up | |
| # right after being put to sleep. Optionally mutes the system volume or puts | |
| # the entire system to sleep. | |
| # | |
| # Usage: |
| import os | |
| import subprocess | |
| import sys | |
| BLACKLIST = ["test.py", "main.py"] # TODO Add other files you don't want to test | |
| def run_test_case(script_path, input_data, expected_output): | |
| # Run the external Python script using the current Python interpreter | |
| process = subprocess.Popen( |
I hereby claim:
To claim this, I am signing this object: