Closed cameron-toy closed 4 years ago
Added a QA object mapping questions to answer behavior.
Simple tests with dummy db_query and format_answer questions. Using the QA object to access the database has not been tested.
formatting help: - [x] means "checked' and - [ ] means "unchecked"
- [x]
- [ ]
[ ] I documented my code according to the Google Python Style Guide
[ ] I ran ./build_docs.sh and the docs look fine
./build_docs.sh
[ ] I ran ./type_check.sh and got no errors
./type_check.sh
[ ] I ran ./format.sh because it automatically cleans my code for me 😄
./format.sh
[ ] I ran ./lint.sh to check for what "format" missed
./lint.sh
[ ] I added my tests to the /tests directory
/tests
[ ] I ran ./run_tests.sh and all the tests pass
./run_tests.sh
What's New?
Added a QA object mapping questions to answer behavior.
Fixes #63
Type of change (pick-one)
How Has This Been Tested?
Simple tests with dummy db_query and format_answer questions. Using the QA object to access the database has not been tested.
Checklist (check-all-before-merge)
formatting help:
- [x]
means "checked' and- [ ]
means "unchecked"[ ] I documented my code according to the Google Python Style Guide
[ ] I ran
./build_docs.sh
and the docs look fine[ ] I ran
./type_check.sh
and got no errors[ ] I ran
./format.sh
because it automatically cleans my code for me 😄[ ] I ran
./lint.sh
to check for what "format" missed[ ] I added my tests to the
/tests
directory[ ] I ran
./run_tests.sh
and all the tests pass