Skip to content

Commit

Permalink
Added unit test to automation
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkessler committed May 30, 2019
1 parent 459a682 commit 5a67ff5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_all.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ cd ../
cd ./use_project
python ./test.py
cd ../

cd ./use_project_tool
python ./test.py
cd ../
7 changes: 7 additions & 0 deletions tests/use_project_tool/cn_test_results.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"DATAID","ASSIGNMENT","STRING","STRING","TARGET","RESULT"
"DATAID","ASSIGNMENT","Compound Name","SMILES","TARGET","Result"
"0001","L","","CCO","0","71.83238"
"0002","L","","CCCCCCCC=O","0","51.38309"
"0003","L","","CCCCCC=O","0","87.28115"
"0004","L","","CCCCC=O","0","48.253014"
"0005","L","","CCCC=O","0","59.866043"
Binary file modified tests/use_project_tool/model.prj
Binary file not shown.
5 changes: 5 additions & 0 deletions tests/use_project_tool/mols_smiles.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CCO
CCCCCCCC=O
CCCCCC=O
CCCCC=O
CCCC=O

0 comments on commit 5a67ff5

Please sign in to comment.