| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | * Add tests to ensure the "Forgot Password" feature works appropriately. | 
|  | * Use existing code to get the elasticsearch connection. This should
  prevent tests from failing in case the way connections to
  elasticsearch are made change.
* Delay a while after deleting to allow elasticsearch to re-index the
  data, thus preventing subtle bugs in the test. | 
|  | * Use the LOG_LEVEL provided by the application settings to enable easy
  control of logging when running tests. It helps avoid a lot of
  verbosity when running tests. | 
|  | * 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. | 
|  | testing | 
|  |  | 
|  | testing
* Fix conflicts | 
|  |  | 
|  |  | 
|  |  | 
|  | * Add mapping tests, and build the first of the tests. | 
|  | * Mainly to tell the dependencies easily. | 
|  |  | 
|  |  | 
|  | * Add the module that will hold the code to test the links on the
  system. | 
|  | * Use argparse to handle commandline arguments.
* Create initial layout of how the code might end up - lots of the code
  is currently commented out. | 
|  | * Check that the links for OAuth2 logins via ORCID and GitHub are setup
  correctly. | 
|  |  | 
|  |  | 
|  | * With the parameterized module, the testcase cannot be run
  independently at this time. | 
|  | * The test functions were very similar, so this commit refactors out the
  common test code to a single method, and passes in the data to the
  test using the parameterized package.
* Check that the page content after a login attempt is the expected
  content, rather than checking the url. | 
|  |  | 
|  |  | 
|  | * Add an integration test to test that the login process for users
  registered locally to genenetwork2 works as expected. | 
|  | * Since the tests require that some parameters be provided while running
  the tests, create a class that helps abstract away the details of
  retrieving and setting the expected parameters. | 
|  | * Rename the file to make it an importable module
* Refactor the test to move common code out to a super class. | 
|  | * Add integration test to check the registration process. | 
|  |  | 
|  |  | 
|  | * 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. | 
|  | * Start working on navigation tests. | 
|  | * Add tests for the R/qtl and CIM mapping tools.
* Fix tests for in-page links. | 
|  | * Add mapping tests, and build the first of the tests. | 
|  | * Mainly to tell the dependencies easily. | 
|  |  | 
|  |  | 
|  | * Add the module that will hold the code to test the links on the
  system. | 
|  | * Use argparse to handle commandline arguments.
* Create initial layout of how the code might end up - lots of the code
  is currently commented out. | 
|  | * Check that the links for OAuth2 logins via ORCID and GitHub are setup
  correctly. | 
|  |  | 
|  |  | 
|  | * With the parameterized module, the testcase cannot be run
  independently at this time. | 
|  | * The test functions were very similar, so this commit refactors out the
  common test code to a single method, and passes in the data to the
  test using the parameterized package.
* Check that the page content after a login attempt is the expected
  content, rather than checking the url. | 
|  |  | 
|  |  | 
|  | * Add an integration test to test that the login process for users
  registered locally to genenetwork2 works as expected. | 
|  | * Since the tests require that some parameters be provided while running
  the tests, create a class that helps abstract away the details of
  retrieving and setting the expected parameters. | 
|  | * Rename the file to make it an importable module
* Refactor the test to move common code out to a super class. | 
|  | * Add integration test to check the registration process. |