Skip to content

Commit

Permalink
Make Pydantic less fussy
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Aug 27, 2024
1 parent b6706a4 commit 51b946d
Show file tree
Hide file tree
Showing 5 changed files with 4,456 additions and 2 deletions.
2 changes: 1 addition & 1 deletion harmony
4 changes: 3 additions & 1 deletion tests/generate_remote_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ sed s#http://localhost:8000#https://api.harmonydata.ac.uk#g local_tests/test_par
sed s#http://localhost:8000#https://api.harmonydata.ac.uk#g local_tests/test_match_local.py > remote_tests/test_match_remote.py
sed s#http://localhost:8000#https://api.harmonydata.ac.uk#g local_tests/test_match_mhc_local.py > remote_tests/test_match_mhc_remote.py
sed s#http://localhost:8000#https://api.harmonydata.ac.uk#g local_tests/test_different_frameworks_local.py > remote_tests/test_different_frameworks_remote.py
sed s#http://localhost:8000#https://api.harmonydata.ac.uk#g local_tests/test_match_local_bigger.py > remote_tests/test_match_remote_bigger.py
sed s#http://localhost:8000#https://harmonystagingtmp.azurewebsites.net#g local_tests/test_parse_local.py > staging_tests/test_parse_remote.py
sed s#http://localhost:8000#https://harmonystagingtmp.azurewebsites.net#g local_tests/test_match_local.py > staging_tests/test_match_remote.py
sed s#http://localhost:8000#https://harmonystagingtmp.azurewebsites.net#g local_tests/test_match_mhc_local.py > staging_tests/test_match_mhc_remote.py
sed s#http://localhost:8000#https://harmonystagingtmp.azurewebsites.net#g local_tests/test_different_frameworks_local.py > staging_tests/test_different_frameworks_remote.py
sed s#http://localhost:3000#https://harmonydata.ac.uk#g selenium_tests/test_selenium_local.py > selenium_tests/test_selenium_remote.py
sed s#http://localhost:8000#https://harmonystagingtmp.azurewebsites.net#g local_tests/test_match_local_bigger.py > staging_tests/test_match_remote_bigger.py
sed s#http://localhost:3000#https://harmonydata.ac.uk#g selenium_tests/test_selenium_local.py > selenium_tests/test_selenium_remote.py
Loading

0 comments on commit 51b946d

Please sign in to comment.