aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-25Removing bimbam check. We'll get rid of bimbam anyway.Pjotr Prins
2020-07-25Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingPjotr Prins
2020-07-24Merge pull request #409 from BonfaceKilz/Build/add-testszsloan
Build/add tests
2020-07-25Update import statement in test_general_object.pyBonfaceKilz
* test/unittest/base/test_general_object.py: replace the import statement to use the module path instead of the path referenced from PYTHONPATH
2020-07-24Added missing JS library that caused adding markers to collections to not workzsloan
2020-07-24Minor aesthetic indentation change in htmlzsloan
2020-07-24Added to menu option for user to change some basic user information, like ↵zsloan
name/organization
2020-07-24Fixed queries that were wrongly returning Data IDs as Nszsloan
2020-07-24Move .coveragerc to wqflask/BonfaceKilz
* .coveragerc: Move .coveragerc to wqflask so that the coverage test tool can pick it up automatically without having to add an `--rc-file` flag
2020-07-24Add basic config for coverage toolBonfaceKilz
* .coveragerc: add it
2020-07-24Rename test_numify.py to test_formatting.pyBonfaceKilz
2020-07-24Add unittests for *utility/test_numify*BonfaceKilz
2020-07-24Revert "Add work-around for failed imports in unittest"BonfaceKilz
This reverts commit d5e87fa6fe7546b46790f512d984a5501223082f.
2020-07-24Add work-around for failed imports in unittestBonfaceKilz
* wqflask/utility/tools.py: Unittests will use `from wqflask.wqflask import app` and the gn2 script will use `from wqflask import app`
2020-07-24Add basic unittestsBonfaceKilz
2020-07-24Remove unreachable conditionalBonfaceKilz
* wqflask/base/GeneralObject.py(__getattr__): remove if statement that is unreachable
2020-07-24Add more tests for general_objectBonfaceKilz
* wqflask/tests/base/test_general_object.py: test getattr() and `==`
2020-07-24Add more tests for GeneralObjectBonfaceKilz
* wqflask/tests/base/test_general_object.py: test object's magic methods
2020-07-24Move .coveragerc to wqflask/BonfaceKilz
* .coveragerc: Move .coveragerc to wqflask so that the coverage test tool can pick it up automatically without having to add an `--rc-file` flag
2020-07-24Add generated coverage reports and binary to .gitignoreBonfaceKilz
2020-07-24Add basic config for coverage toolBonfaceKilz
* .coveragerc: add it
2020-07-24Rename test_numify.py to test_formatting.pyBonfaceKilz
2020-07-24Add unittests for *base/data_set*BonfaceKilz
2020-07-24Inject redis instance into DatasetType classBonfaceKilz
* wqflask/base/data_set.py(DatasetType): - Rename Redis instance to r to avoid confusion and name collisions - Inject the redis instance into Dataset_Types class to make it easier to test - Rename Dataset_Types class to DatasetType class
2020-07-24Add unittests for *utility/test_numify*BonfaceKilz
2020-07-24Apply autopep-8BonfaceKilz
* wqflask/utility/formatting.py: apply it
2020-07-24Add zero to num_repr dictionaryBonfaceKilz
* wqflask/utility/formatting.py(numify): Update `num_repr` to have a zero
2020-07-24Remove redundant variableBonfaceKilz
* wqflask/utility/corr_result_helpers.py(normalize_values_with_values): Remove `num_overlap`
2020-07-24Remove unused assertBonfaceKilz
* wqflask/utility/corr_result_helpers.py(normalize_values): At no one point will that assert be hit
2020-07-24Remove unused doc-testsBonfaceKilz
* wqflask/utility/corr_result_helpers.py: Delete doc-test
2020-07-24Simplify normalize_valuesBonfaceKilz
* wqflask/utility/corr_result_helpers.py(normalize_values): Replace loop with zip form
2020-07-24Add unittests for *utility/corr_result_helper*BonfaceKilz
2020-07-24Add unittests for *utility/corestats*BonfaceKilz
2020-07-24Remove unused doc-testsBonfaceKilz
* wqflask/utility/chunks.py: Remove test code from module
2020-07-24Test utility methods for chunkingBonfaceKilz
* wqflask/tests/utility/test_chunks.py: New test
2020-07-24Move tests to moduleBonfaceKilz
* test/unittest/: Move to wqflask/tests/
2020-07-24Apply autopep-8BonfaceKilz
* wqflask/base/data_set.py: Apply autopep-8
2020-07-24Revert "Add work-around for failed imports in unittest"BonfaceKilz
This reverts commit d5e87fa6fe7546b46790f512d984a5501223082f.
2020-07-24Apply autopep-8BonfaceKilz
* wqflask/base/GeneralObject.py: Replace tabs with 4 spaces
2020-07-24Make test file a moduleBonfaceKilz
* test/__init__.py: Add it. Makes the test folder discoverable by unittest
2020-07-24Remove mock directoryBonfaceKilz
* wqflask/mock: Delete it. Causes name conflicts with Python's mock module
2020-07-24Add work-around for failed imports in unittestBonfaceKilz
* wqflask/utility/tools.py: Unittests will use `from wqflask.wqflask import app` and the gn2 script will use `from wqflask import app`
2020-07-24Remove unused configBonfaceKilz
2020-07-24Remove unused importBonfaceKilz
2020-07-24Add basic unittestsBonfaceKilz
2020-07-24Increased width for Min Expr since it was getting cut off if you added more ↵zsloan
than 3 digits
2020-07-24Fixed issue where DataTable was getting initialized twice when adding ↵zsloan
cofactors to a scatterplot + fixed issue where sizev and datav sometimes weren't set when drawing scatterplot
2020-07-24decodeURIComponent was throwing an error after the query-level fix to the ↵zsloan
unicode issue, so I removed it
2020-07-24Added binary casting to phenotype trait info query to fix unicode issuezsloan
2020-07-24Added pagination to search pages and moved info to both top and bottom of ↵zsloan
each table