#412 Create django tests to test connection to the Java backend#147
Merged
ddelpiano merged 9 commits intodevelopmentfrom Jan 16, 2020
Merged
#412 Create django tests to test connection to the Java backend#147ddelpiano merged 9 commits intodevelopmentfrom
ddelpiano merged 9 commits intodevelopmentfrom
Conversation
Bump django from 1.11.7 to 1.11.23
…o-1.11.23 Revert "Bump django from 1.11.7 to 1.11.23"
feature/402
feat: add --if-exists to pg restore database to hide not existing errors in build log feat: created virgo base image build feat: enable unit/integration testing in Scidash fix: create new writable SerializerMethodField based for api deserialization of TestClass, fixes bug introduced by get_class_name method in serializer fix: TestClassSerializer if TestClass import path is None use '' test: add coverage to dev requirements and .coveragerc file feat: added shortcut for python manage command and added variables for easier Makefile maintenance fix: add missing packages and test coverage packages fix: add ignore venv to flake8 config file chore: add run-tests command to Makefile test: fix tests routines and data feat: add coverage command to Makefile to show test coverage scidash backend test: added test to check connection to Virgo server feat: added run-tests to pre-commit hook chore: update requirements.txt and pin psycopg2 to 2.7.7 chore: add ignore coverage to .gitignore test: test if geppetto servlet manager is correctly installed
ddelpiano
requested changes
Jan 15, 2020
…ing django 1.11.7
ddelpiano
approved these changes
Jan 16, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create django tests to test connection to the Java backend
MetaCell/geppetto-scidash#412
Changes
feat: added shortcut for python manage command and added variables for easier Makefile maintenance
fix: add missing packages and test coverage packages
fix: add ignore venv to flake8 config file
chore: add run-tests command to Makefile
test: fix tests routines and data
feat: add coverage command to Makefile to show test coverage scidash backend
test: added test to check connection to Virgo server
feat: added run-tests to pre-commit hook
chore: update requirements.txt and pin psycopg2 to 2.7.7
chore: add ignore coverage to .gitignore
test: test if geppetto servlet manager is correctly installed