tripal / tripal_blast

Provides an user interface to BLAST on Tripal sites.
https://tripal.github.io/tripal_blast/
5 stars 13 forks source link

Update Test to use TripalTestSuite->actingAs() #44

Closed laceysanderson closed 5 years ago

laceysanderson commented 6 years ago

Tripal Test Suite has adding an easy method to authenticate Drupal users: https://github.com/statonlab/TripalTestSuite/issues/49#issuecomment-394112950. We should use this method to test the blastdb form.

So we added an authentication method that takes out all of the cumbersome work of authenticating and reverting to anonymous. It also manages the session state correctly as recommended by Drupal.

Documentation here: https://github.com/statonlab/TripalTestSuite#user-authentication

laceysanderson commented 5 years ago

Done