Skip to content

Commit 2d6e1d9

Browse files
committed
all_test, ignore
1 parent 40accd6 commit 2d6e1d9

File tree

22 files changed

+261
-1
lines changed

22 files changed

+261
-1
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,23 @@ tex2pdf*
1111
.coverage
1212
.idea
1313
.vscode
14+
02_crowsnest/crowsnest.py
15+
03_picnic/picnic.py
16+
04_jump_the_five/jump.py
17+
05_howler/howler.py
18+
06_wc/wc.py
19+
07_gashlycrumb/gashlycrumb.py
20+
08_apples_and_bananas/apples.py
21+
09_abuse/abuse.py
22+
10_telephone/telephone.py
23+
11_bottles_of_beer/bottles.py
24+
12_ransom/ransom.py
25+
13_twelve_days/twelve_days.py
26+
14_rhymer/rhymer.py
27+
15_kentucky_friar/friar.py
28+
16_scrambler/scrambler.py
29+
17_mad_libs/mad.py
30+
18_gematria/gematria.py
31+
19_wod/wod.py
32+
20_password/password.py
33+
21_tictactoe/tictactoe.py

02_crowsnest/all_test.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
set -eu -o pipefail
4+
5+
PRG="crowsnest.py"
6+
for FILE in solution*.py; do
7+
echo "==> ${FILE} <=="
8+
cp "$FILE" "$PRG"
9+
make test
10+
done
11+
12+
echo "Done."

03_picnic/all_test.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
set -eu -o pipefail
4+
5+
PRG="picnic.py"
6+
for FILE in solution*.py; do
7+
echo "==> ${FILE} <=="
8+
cp "$FILE" "$PRG"
9+
make test
10+
done
11+
12+
echo "Done."

04_jump_the_five/all_test.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
set -eu -o pipefail
4+
5+
PRG="jump.py"
6+
for FILE in solution*.py; do
7+
echo "==> ${FILE} <=="
8+
cp "$FILE" "$PRG"
9+
make test
10+
done
11+
12+
echo "Done."

05_howler/all_test.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
set -eu -o pipefail
4+
5+
PRG="howler.py"
6+
for FILE in solution*.py; do
7+
echo "==> ${FILE} <=="
8+
cp "$FILE" "$PRG"
9+
make test
10+
done
11+
12+
echo "Done."

06_wc/all_test.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
set -eu -o pipefail
4+
5+
PRG="wc.py"
6+
for FILE in solution*.py; do
7+
echo "==> ${FILE} <=="
8+
cp "$FILE" "$PRG"
9+
make test
10+
done
11+
12+
echo "Done."

07_gashlycrumb/all_test.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
set -eu -o pipefail
4+
5+
PRG="gashlycrumb.py"
6+
for FILE in solution*.py; do
7+
echo "==> ${FILE} <=="
8+
cp "$FILE" "$PRG"
9+
make test
10+
done
11+
12+
echo "Done."

08_apples_and_bananas/all_test.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
set -eu -o pipefail
4+
5+
PRG="apples.py"
6+
for FILE in solution*.py; do
7+
echo "==> ${FILE} <=="
8+
cp "$FILE" "$PRG"
9+
make test
10+
done
11+
12+
echo "Done."

09_abuse/all_test.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
set -eu -o pipefail
4+
5+
PRG="abuse.py"
6+
for FILE in solution*.py; do
7+
echo "==> ${FILE} <=="
8+
cp "$FILE" "$PRG"
9+
make test
10+
done
11+
12+
echo "Done."

10_telephone/all_test.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
set -eu -o pipefail
4+
5+
PRG="telephone.py"
6+
for FILE in solution*.py; do
7+
echo "==> ${FILE} <=="
8+
cp "$FILE" "$PRG"
9+
make test
10+
done
11+
12+
echo "Done."

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy