Added jdblischak's testing content from 2013-06-chicago
authorWill Trimble <trimble@anl.gov>
Wed, 31 Jul 2013 20:53:42 +0000 (16:53 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 2 Nov 2013 15:18:14 +0000 (08:18 -0700)
commita5ad05613def8bb19af053a432275b3c29c7d89a
treefebffcf99e6928e81f99f4ec134977b4d10338ee
parent3f530de51871e113922b96f87b668de4dc544cd6
parent5c56f86c057ae7140444cf2ddb593c26632c05c2
Added jdblischak's testing content from 2013-06-chicago

W. Trevor King: The provenance for this commit is unclear from the Git
history alone, so I asked Will directly about Example2dnasequences.md.
He responded with:

On Fri, Nov 01, 2013 at 06:31:27PM -0400, Will Trimble wrote:
> The file you ask about by name is the tail end of the file
> https://github.com/jdblischak/boot-camps/blob/2013-06-chicago/09-testing/Readme.md
> It looks like it was written 2013-06-13.
>
> It was a perhaps-misguided attempt to factorize the Fibionacci example from
> the bio-inflected example of John's.
>
> This half-module on TDD exists in addition to three other edits of the
> testing module:  https://github.com/swcarpentry/bc/issues/106  (on
> ecological, one basic stats, one Fibonacci that John replaced)
python/testing/Example2dnasequences.md
python/testing/Readme.md
python/testing/example2/calculate_gc.py
python/testing/example2/mean.py
python/testing/example2/test_calculate_gc.py
python/testing/example2/test_mean.py
python/testing/example2/test_transcribe.py
python/testing/example2/transcribe.py