Skip to content

Commit

Permalink
Added automated tests for pytest framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Jan 10, 2017
1 parent eae82f0 commit 9c41a24
Show file tree
Hide file tree
Showing 14 changed files with 28,639 additions and 0 deletions.
1,782 changes: 1,782 additions & 0 deletions tests/example_data/bmr15000.str

Large diffs are not rendered by default.

11,505 changes: 11,505 additions & 0 deletions tests/example_data/bmr18569.str

Large diffs are not rendered by default.

81 changes: 81 additions & 0 deletions tests/example_data/chem_shifts_by_residue_SER.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
[
{
"2": {
"AA3Code": "SER",
"Seq_ID": "2",
"H": "8.225",
"HA": "4.420",
"HB2": "3.805",
"HB3": "3.857",
"CA": "58.593",
"CB": "64.057",
"N": "117.197"
},
"8": {
"AA3Code": "SER",
"Seq_ID": "8",
"H": "8.558",
"HA": "5.308",
"HB2": "3.599",
"HB3": "3.738",
"CA": "57.456",
"CB": "64.863",
"N": "117.870"
},
"9": {
"AA3Code": "SER",
"Seq_ID": "9",
"H": "9.230",
"HA": "5.059",
"HB2": "3.820",
"HB3": "3.981",
"CA": "57.852",
"CB": "67.332",
"N": "120.237"
},
"34": {
"AA3Code": "SER",
"Seq_ID": "34",
"H": "8.830",
"HA": "5.156",
"HB2": "3.212",
"HB3": "3.600",
"CA": "59.113",
"CB": "66.248",
"N": "115.301"
},
"46": {
"AA3Code": "SER",
"Seq_ID": "46",
"H": "7.552",
"HA": "5.091",
"HB2": "3.564",
"HB3": "4.136",
"CA": "55.939",
"CB": "66.829",
"N": "109.443"
},
"95": {
"AA3Code": "SER",
"Seq_ID": "95",
"H": "7.621",
"HA": "4.841",
"HB2": "4.101",
"HB3": "4.284",
"CA": "57.013",
"CB": "66.501",
"N": "110.313"
},
"108": {
"AA3Code": "SER",
"Seq_ID": "108",
"H": "7.623",
"HA": "4.033",
"HB2": "3.779",
"HB3": "3.849",
"CA": "61.617",
"CB": "62.493",
"N": "114.205"
}
}
]
46 changes: 46 additions & 0 deletions tests/example_data/chem_shifts_by_residue_SER_CA_CB.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[
{
"2": {
"AA3Code": "SER",
"Seq_ID": "2",
"CA": "58.593",
"CB": "64.057"
},
"8": {
"AA3Code": "SER",
"Seq_ID": "8",
"CA": "57.456",
"CB": "64.863"
},
"9": {
"AA3Code": "SER",
"Seq_ID": "9",
"CA": "57.852",
"CB": "67.332"
},
"34": {
"AA3Code": "SER",
"Seq_ID": "34",
"CA": "59.113",
"CB": "66.248"
},
"46": {
"AA3Code": "SER",
"Seq_ID": "46",
"CA": "55.939",
"CB": "66.829"
},
"95": {
"AA3Code": "SER",
"Seq_ID": "95",
"CA": "57.013",
"CB": "66.501"
},
"108": {
"AA3Code": "SER",
"Seq_ID": "108",
"CA": "61.617",
"CB": "62.493"
}
}
]

0 comments on commit 9c41a24

Please sign in to comment.