aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2022-03-25fix for unit testschores/ctl-wgcna-enhancementAlexander Kabui
2022-03-22fix for wgcna testsAlexander Kabui
2022-03-22rename compose_wgcna to general func nameAlexander Kabui
2022-03-18Clean all csv fields before diffingBonfaceKilz
2022-03-18Create new function for cleaning individual fields in csv textBonfaceKilz
2022-03-15Feature/refactored pca (#79)Alexander Kabui
2022-03-14Sort import linesBonfaceKilz
2022-03-14Given a csv text and permissible headers, extract invalid headersBonfaceKilz
2022-03-14Get all permissible column dataBonfaceKilz
2022-03-12Fix pylint errors in unit_testsBonfaceKilz
2022-03-12Append the strain name when extracting "actions"BonfaceKilz
2022-03-12Apply auto-pep8 to sample_data.py and it's test fileBonfaceKilz
2022-03-12Update how data is updated by re-using existing functionsBonfaceKilz
2022-03-12Create action dict that's created when updating dataBonfaceKilz
2022-03-12Add test cases for inserting and deleting dataBonfaceKilz
2022-03-12Fill in empty values in csv text with: "x"BonfaceKilz
2022-03-12Remove test cases related to sample dataBonfaceKilz
2022-03-12Extract a strain name given a csv string and it's headerBonfaceKilz
2022-03-12Don't add extra key "Column" to dict if there are no changesBonfaceKilz
2022-03-12Test edges cases for csv files when running csvdiffBonfaceKilz
2022-03-12Create new method for filling csv with a default valueBonfaceKilz
2022-03-12Add methods for working with csv dataBonfaceKilz
2022-03-12Append case attributes to csv data if they existBonfaceKilz
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-18Remove erroneous test based on wrong assumptionsFrederick 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