-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[EEG Browser] Integration testing for EEG Browser module #6922
[EEG Browser] Integration testing for EEG Browser module #6922
Conversation
@@ -348,6 +348,38 @@ abstract class LorisIntegrationTest extends TestCase | |||
$this->DB->run('SET foreign_key_checks =1'); | |||
} | |||
|
|||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be removed once #6912 is merged. These are helper functions to test project permissions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was removed
a06ccf7
to
59d88ee
Compare
@kongtiaowang This is ready for review, do you mind taking a look in the next few days? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Adding integration tests for the electrophysiology_browser module.
Adding integration tests for the electrophysiology_browser module.
Adding integration tests for the electrophysiology_browser module.
Adding integration tests for the electrophysiology_browser module
Testing instructions (if applicable)
npm run tests:integration -- --filter EEGBrowserIntegrationTest