From aa3ddebe94a925f42f669255c0690f24ba07d226 Mon Sep 17 00:00:00 2001 From: Mike Jackson Date: Tue, 2 Apr 2013 09:09:56 -0700 Subject: [PATCH] Should not have been commited --- testing/test_dna.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 testing/test_dna.py diff --git a/testing/test_dna.py b/testing/test_dna.py deleted file mode 100755 index 113a32f..0000000 --- a/testing/test_dna.py +++ /dev/null @@ -1,12 +0,0 @@ -from dna import calculate_weight - -from dna import NUCLEOTIDES - -def test_a(): - assert calculate_weight('A') == NUCLEOTIDES['A'] - -def test_g(): - assert calculate_weight('G') == NUCLEOTIDES['G'] - -def test_ga(): - assert calculate_weight('GA') == NUCLEOTIDES['G'] + NUCLEOTIDES['A'] -- 2.26.2