-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added test files for color tests (strip on pipe)
- Loading branch information
1 parent
ea6eef9
commit a0041cc
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import subprocess | ||
import sys | ||
import hashlib | ||
|
||
possible_py_version = [ | ||
'py -3.7', | ||
'py -3.8', | ||
'py -3.9', | ||
'py -3.10', | ||
'py -3.11', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
1) [17] import subprocess | ||
2) [10] import sys | ||
3) [14] import hashlib | ||
4) [ 0] | ||
5) [23] possible_py_version = [ | ||
6) [14] 'py -3.7', | ||
7) [14] 'py -3.8', | ||
8) [14] 'py -3.9', | ||
9) [15] 'py -3.10', | ||
10) [15] 'py -3.11', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[32m 1)[0m [94m[17][0m import subprocess | ||
[32m 2)[0m [94m[10][0m import sys | ||
[32m 3)[0m [94m[14][0m import hashlib | ||
[32m 4)[0m [94m[ 0][0m | ||
[32m 5)[0m [94m[23][0m possible_py_version = [ | ||
[32m 6)[0m [94m[14][0m 'py -3.7', | ||
[32m 7)[0m [94m[14][0m 'py -3.8', | ||
[32m 8)[0m [94m[14][0m 'py -3.9', | ||
[32m 9)[0m [94m[15][0m 'py -3.10', | ||
[32m10)[0m [94m[15][0m 'py -3.11', |