Importing more testing materials from THW
authorGreg Wilson <gvwilson@third-bit.com>
Tue, 20 Aug 2013 13:05:15 +0000 (09:05 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 8 Nov 2013 17:02:11 +0000 (09:02 -0800)
commit2f9f5d31d4f584ed74a501b3de4e6e2c0bda344a
tree3009092aa5f4feef36112fec95af265274ef3b43
parent8d0def440ded7b9d5ee98500afd680fccc00d4a0
parent3f530de51871e113922b96f87b668de4dc544cd6
parentb22b30ba4415da04819e60cc20a4ff916307c9d9
Importing more testing materials from THW

W. Trevor King: After hunting around for the source of the original
55bb6b2, I built this merge with:

  $ echo 55bb6b2882f32ecf9fb5bf9ff7c6258afd116522 \
  >   8d0def440ded7b9d5ee98500afd680fccc00d4a0 \
  >   3f530de51871e113922b96f87b668de4dc544cd6 \
  >   b22b30ba4415da04819e60cc20a4ff916307c9d9 > .git/info/grafts
  $ git checkout -b test-bc-thw 55bb6b2882f32ecf9fb5bf9ff7c6258afd116522
  $ git filter-branch
  $ rm .git/info/grafts

Then I removed the files we didn't want from 55bb6b2, with special
handling to avoid the shell-sensitive quote in
lessons/thw-python-debugging/conways_game_of_life/Conway's.

  $ git rm -rf lessons/thw-python-debugging/
  $ git rm -rf --ignore-unmatch $(git ls-tree -r --name-only HEAD | grep -v thw-testing)

Squash that into the original merge:

  $ git commit -a --amend

Did we miss anything?

  $ HASH=$(git rev-parse --short HEAD)
  $ for FILE in $(git ls-tree -r --name-only HEAD); do
  >   git blame -- "$FILE" | grep "$HASH";
  > done

Nope.
lessons/thw-testing/exercises.md
lessons/thw-testing/mean_sightings
lessons/thw-testing/mean_sightings-full.py
lessons/thw-testing/sightings_recs_lg.txt
lessons/thw-testing/sightings_recs_sm.txt
lessons/thw-testing/sightings_tab_lg.csv
lessons/thw-testing/sightings_tab_sm.csv
lessons/thw-testing/tes_mean_sightings_full.py
lessons/thw-testing/testing-orig.md
lessons/thw-testing/tutorial.md