aboutsummaryrefslogtreecommitdiff
path: root/test/requests
AgeCommit message (Collapse)Author
2022-10-05mechanical-rob: Fix tests that were checking for the wrong thingFrederick Muriuki Muriithi
2022-09-29Add test for regressionFrederick Muriuki Muriithi
2022-09-19Fix broken testzsloan
Because the input element was changed to a button element there was no longer a "value" attribute. I'm not sure what this assert is for, though; I changed it to just check for "Search" in the inner text, which makes it pass.
2022-09-12Fix asserts: Use variable for assertFrederick Muriuki Muriithi
2022-09-12Display cause(s) of test failure.Frederick Muriuki Muriithi
2022-09-12Enable running correlation tests alone.Frederick Muriuki Muriithi
2022-09-12Clean up print out.Frederick Muriuki Muriithi
2022-09-12Exit with an error condition if tests fail.Frederick Muriuki Muriithi
2022-09-12Pass in missing argumentFrederick Muriuki Muriithi
2022-09-12Add tests for correlationsFrederick Muriuki Muriithi
* Add a test to catch a regression
2022-08-19Fix message and function keyFrederick Muriuki Muriithi
2022-08-17Reduce incremental backoff timeFrederick Muriuki Muriithi
2022-08-17Do incremental backoff for mechanical rob testsFrederick Muriuki Muriithi
Sometimes the tests might be run before the service has began running. This commit delays the running of the tests for a while.
2022-08-12Update to newer lxml APIFrederick Muriuki Muriithi
2022-08-12Fix some issues with the tests. Add notes in code for improvements.Frederick Muriuki Muriithi
2022-08-12Fix correlation tests: Fix the test message.Frederick Muriuki Muriithi
2022-08-12Check that the correlations work as expected.Frederick Muriuki Muriithi
2022-08-12Fix formatting for legibilityFrederick Muriuki Muriithi
2022-03-18Apply "python-black" on fileBonfaceKilz
* test/requests/test-website.py: Run "black test/requests/test test-website.py".
2022-03-18Remove outdated integration tests on different login mechanismsBonfaceKilz
* test/requests/test-website.py: Delete parser option "-i" for running integration tests. (integration_tests): Delete it. (integration_suite): Ditto. (run_integration_tests): Ditto. * test/requests/test_registration.py: Delete it.
2022-03-18Delete deprecated modulesBonfaceKilz
* test/requests/test-website: These imports were deleted in an earlier PR here: <https://github.com/genenetwork/genenetwork2/pull/574>
2022-03-18Delete "app" import in MRBonfaceKilz
* test/requests/test-website.py: Delete "from wqflask import app". This has the undesired effect of starting an instance of Genenetwork2.
2021-10-28Remove tests that refer to deleted "ParametrizedTest"BonfaceKilz
"ParametrizedTest" references ElasticSearch.
2021-10-28Remove all elasticsearch references in gn2BonfaceKilz
2021-05-11links_scraper: genelinks: Apply pep-8 formattingBonfaceKilz
2021-05-11links_scraper: genelinks: Remove unused importBonfaceKilz
2021-05-06wqflask: user_manager: Delete usermanager.py and it's referencesBonfaceKilz
This module is not used anywhere.
2021-02-13refactor to use idiomatic pythonAlexander Kabui
2021-02-13add search for templatesAlexander Kabui
2021-02-13modify code for link_checkerAlexander Kabui
2021-02-13pep8 formattingAlexander Kabui
2021-02-13add check for url validityAlexander Kabui
2021-02-13add links validatorAlexander Kabui
2021-02-13add check for broken links in genenetwork homepageAlexander Kabui
2021-01-31add zxcvbn.js to mechanical robAlexander Kabui
2021-01-29Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into ↵Alexander Kabui
replace-bootstrap
2021-01-06add scroller.dataTables.min.css and dataTables.scroller.min.js to mechanical robAlexanderkabui
2020-12-16Merge branch 'testing' into replace-bootstrapBonfaceKilz
2020-12-16Replace zxcvbn async (#524)Alexander Kabui
* replace axcbn-async in templates * add zxcvbn-async.min.js in mechanical rob Co-authored-by: BonfaceKilz <bonfacemunyoki@gmail.com>
2020-12-16Replace shapiro wilk lib (#528)Alexander Kabui
* replace shapiro-wilk in templates * add shapiro-wilk.js to mechanical rob
2020-12-16Replace jquery libs(jquery cookie,jquery ui,jquery js) (#512)Alexander Kabui
* replace jquery-ui in templates * replace jquery-cookie library in templates * replace jquery.min.js in templates * add jquery-ui to mechanical rob * add jquery-cookie to mechanical rob * add jquery min js to mechanical rob Co-authored-by: BonfaceKilz <bonfacemunyoki@gmail.com>
2020-12-15Replace typeahead lib (#527)Alexander Kabui
* replace typeahead js in templates * add typeahead.bundle.js to mechanical rob * remove duplicate libs in snp_browser.html Co-authored-by: BonfaceKilz <bonfacemunyoki@gmail.com>
2020-12-15Replace twitter-post-fetcher (#526)Alexander Kabui
* replace twitter fetcher in templates * add twitter post fetcher to mechanical rob Co-authored-by: BonfaceKilz <bonfacemunyoki@gmail.com>
2020-12-15Merge branch 'testing' into replace-underscoreBonfaceKilz
2020-12-09Merge pull request #523 from Alexanderlacuna/replace-imagesBonfaceKilz
Replace images
2020-12-09merge testingAlexander Kabui
2020-12-09Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into ↵Alexander Kabui
replace-images
2020-12-09Merge branch 'testing' into replace-jsalt-libsBonfaceKilz
2020-12-09Merge branch 'testing' into replace-plotlyBonfaceKilz
2020-12-09Merge branch 'testing' into replace-ckeditorBonfaceKilz