aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-03-11Fix some linting issuesFrederick Muriuki Muriithi
2022-03-08Remove unused function and its testsFrederick Muriuki Muriithi
2022-03-08Fix tests, and issues caught by testsFrederick Muriuki Muriithi
2022-02-24gn3: Explicitly specify UTF-8 to be the file encoding.Arun Isaac
2022-02-21Fix minor issues introduced while fixing linting errorsFrederick Muriuki Muriithi
2022-02-21Fix a myriad of linter issuesFrederick Muriuki Muriithi
2022-02-21Add test to ensure samples are read correctly from .geno filesFrederick Muriuki Muriithi
2022-02-21Test partial corrs API with mix of existing and non-existing control traitsFrederick Muriuki Muriithi
2022-02-19Test partial corrs endpoint with non-existing control traitsFrederick Muriuki Muriithi
2022-02-18Remove erroneous test based on wrong assumptionsFrederick Muriuki Muriithi
2022-02-18Test partial correlations endpoint with non-existent primary traitsFrederick Muriuki Muriithi
2022-02-17Test partial correlations endpoint with missing data in POST requestFrederick Muriuki Muriithi
2022-02-17Create client fixture for integration testsFrederick Muriuki Muriithi
2022-02-17Use pytest's "mark" feature to categorise testsFrederick Muriuki Muriithi
2022-02-17Add property tests for `dictify_by_samples`Frederick Muriuki Muriithi
2022-02-09Remove obsolete `PublishFreeze` tableFrederick Muriuki Muriithi
2022-01-05test_traits.py: Update failing testBonfaceKilz
2021-12-14linting: Fix obvious linting issuesFrederick Muriuki Muriithi
2021-12-14Provide expected values to use for testsFrederick Muriuki Muriithi
2021-12-10refactor sample r unittestsAlexander Kabui
2021-12-10refactor unittest for normalizing sample valuesAlexander Kabui
2021-11-29Update test for data changesFrederick Muriuki Muriithi
2021-11-23Fix a myriad of linting errorsFrederick Muriuki Muriithi
2021-11-22Add test to query buildersFrederick Muriuki Muriithi
2021-11-19Avoid rounding: compare floats approximatelyFrederick Muriuki Muriithi
2021-11-19Replace use of assert_allclose. Disable linter errorFrederick Muriuki Muriithi
2021-11-18Fix some linting errorsFrederick Muriuki Muriithi
2021-11-18Replace code migrated from R with pingouin functionsFrederick Muriuki Muriithi
2021-11-15Fix bugs in recursive partial correlationsFrederick Muriuki Muriithi
2021-11-15Fix the columns in built data frameFrederick Muriuki Muriithi
2021-11-12Merge branch 'main' of github.com:genenetwork/genenetwork3 into partial-corre...Frederick Muriuki Muriithi
2021-11-12Pass in parser function for flexibilityFrederick Muriuki Muriithi
2021-11-11Reimplement correlations2.compute_correlation using pearsonr.Arun Isaac
2021-11-11Compare floats approximately.Arun Isaac
2021-11-11pep8 formatting;update unittestsAlexander Kabui
2021-11-09Merge branch 'main' of github.com:genenetwork/genenetwork3 into partial-corre...Frederick Muriuki Muriithi
2021-11-09Implement remaining part of `partial_correlation_recursive` functionFrederick Muriuki Muriithi
2021-11-09Update test data: have both vectors and matricesFrederick Muriuki Muriithi
2021-11-09Add new data processing utilityFrederick Muriuki Muriithi
2021-11-04test_partial_correlations: skip failing testsBonfaceKilz
2021-11-04Create blackbox tests for some functions migrated from RFrederick Muriuki Muriithi
2021-11-04Retrieve indices of the selected samplesFrederick Muriuki Muriithi
2021-11-04Parse single line from CSV fileFrederick Muriuki Muriithi
2021-11-04Specify ten (10) decimal placesFrederick Muriuki Muriithi
2021-11-04Fix some linting errorsFrederick Muriuki Muriithi
2021-11-04Implement `tissue_correlation` functionFrederick Muriuki Muriithi
2021-11-04Partially implement `partial_correlation_recursive`Frederick Muriuki Muriithi
2021-11-04Implement `build_data_frame`Frederick Muriuki Muriithi
2021-11-04Create blackbox tests for some functions migrated from RFrederick Muriuki Muriithi
2021-11-01Add test cases for gn3.authenticationBonfaceKilz