Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Add helper to generate power set and use it to test compiler debug options #2707

Merged
merged 2 commits into from
Jun 29, 2023

Conversation

jvesely
Copy link
Collaborator

@jvesely jvesely commented Jun 29, 2023

Add power_set helper.
Remove duplicate debug flag from the tested list.
Use the new helper to generate all test variants.

@jvesely jvesely added the tests Test changes label Jun 29, 2023
import pytest
import re
import sys

import psyneulink

Check notice

Code scanning / CodeQL

Module is imported with 'import' and 'import from'

Module 'psyneulink' is imported with both 'import' and 'import from'.
@github-actions
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

@github-actions
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

jvesely added 2 commits June 29, 2023 13:26
Reduces the number of test variants by half.

Signed-off-by: Jan Vesely <[email protected]>
Use the new helper to test all combinations of debug flags.

Signed-off-by: Jan Vesely <[email protected]>
@github-actions
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

1 similar comment
@github-actions
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

@jvesely jvesely merged commit e971b49 into PrincetonUniversity:devel Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Test changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant