Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-02 | Move default settings into gn2 module. | Arun Isaac | |
2023-11-06 | Get full trace of SSL error and reduce number of retries in MR. | Munyoki Kilyungi | |
* test/requests/test-website.py (host_is_online): Reduce tries from 10 to 5. Also, print out the full error---useful for CD debugging. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-11-06 | Disable SSL check on Mechanical Rob. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-06-13 | Deactivate correlation correctness tests temporarily. | Frederick Muriuki Muriithi | |
2023-01-25 | mechanical-rob: corrs: Activate tests. Print out whitespace | Frederick Muriuki Muriithi | |
* Activate the correlation correctness tests * Print out whitespace characters in such a form that allows visual comparison of differences to help with fixing issues caught by tests. | |||
2023-01-12 | mechanical-rob: deactivate correctness tests for now. | Frederick Muriuki Muriithi | |
2022-11-29 | mechanical-rob: Activate correctness checks | Frederick Muriuki Muriithi | |
* test/requests/test-website.py: allow the correlation correctness tests to run on CI. | |||
2022-11-28 | mechanical-rob: First test for correlations correctness | Frederick Muriuki Muriithi | |
* test/requests/correlation_tests.py: Add proof-of-concept code to run the checks for correctness. * test/requests/test-website.py: Add a way to manually run the tests from the CLI | |||
2022-10-28 | Increase back-off time before mechanical-rob tests run | Frederick Muriuki Muriithi | |
2022-10-28 | Fix typo | Frederick Muriuki Muriithi | |
2022-09-12 | Enable running correlation tests alone. | Frederick Muriuki Muriithi | |
2022-08-17 | Reduce incremental backoff time | Frederick Muriuki Muriithi | |
2022-08-17 | Do incremental backoff for mechanical rob tests | Frederick 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-12 | Fix formatting for legibility | Frederick Muriuki Muriithi | |
2022-03-18 | Apply "python-black" on file | BonfaceKilz | |
* test/requests/test-website.py: Run "black test/requests/test test-website.py". | |||
2022-03-18 | Remove outdated integration tests on different login mechanisms | BonfaceKilz | |
* 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-18 | Delete deprecated modules | BonfaceKilz | |
* test/requests/test-website: These imports were deleted in an earlier PR here: <https://github.com/genenetwork/genenetwork2/pull/574> | |||
2022-03-18 | Delete "app" import in MR | BonfaceKilz | |
* test/requests/test-website.py: Delete "from wqflask import app". This has the undesired effect of starting an instance of Genenetwork2. | |||
2021-10-28 | Remove all elasticsearch references in gn2 | BonfaceKilz | |
2020-08-26 | Remove "from __future__ import new_feature" statements | BonfaceKilz | |
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future> | |||
2020-08-20 | Check the availability of datatables extension files from guix | BonfaceKilz | |
* test/requests/link_checker.py (check_packaged_js_files): Add it. * test/requests/test-website.py: Use above method. | |||
2020-07-14 | Remove stale comments | BonfaceKilz | |
2018-04-13 | Use single entry-point for tests | Muriithi Frederick Muriuki | |
* Remove the run-integration-tests.py, and use the test-website.py as the entry point for all tests. This simplifies running the tests for the site. | |||
2018-03-31 | Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into ↵ | Muriithi Frederick Muriuki | |
testing * Fix conflicts | |||
2018-03-30 | Add --fail argument to test runner | Pjotr Prins | |
2018-03-26 | Initialise mapping tests | Muriithi Frederick Muriuki | |
* Add mapping tests, and build the first of the tests. | |||
2018-03-26 | Add tests for main web functionality | Muriithi Frederick Muriuki | |
2018-03-26 | Use argparse to handle arguments | Muriithi Frederick Muriuki | |
* Use argparse to handle commandline arguments. * Create initial layout of how the code might end up - lots of the code is currently commented out. | |||
2018-03-26 | Requests added | Pjotr Prins | |
2018-03-21 | Deactivate navigation tests | Muriithi Frederick Muriuki | |
* Navigation depends on Javascript to render the elements being tested. That would require selenium and its ilk to run such tests, meaning such packages would need to be defined for Guix first. | |||
2018-03-19 | Initialise navigation tests. | Muriithi Frederick Muriuki | |
* Start working on navigation tests. | |||
2018-03-18 | Initialise mapping tests | Muriithi Frederick Muriuki | |
* Add mapping tests, and build the first of the tests. | |||
2018-03-14 | Add tests for main web functionality | Muriithi Frederick Muriuki | |
2018-03-09 | Use argparse to handle arguments | Muriithi Frederick Muriuki | |
* Use argparse to handle commandline arguments. * Create initial layout of how the code might end up - lots of the code is currently commented out. | |||
2018-02-15 | Requests added | Pjotr Prins | |