Skip to content

Conversation

@walshmm
Copy link
Contributor

@walshmm walshmm commented Mar 31, 2025

Short description of the changes:

To run integration tests you will first need to download the data from the new submodule:

git submodule update --init --recursive

I believe the above should work.

Then to run the integration test you:

  1. activate the SNAPBlue env
  2. exec snapblue_env=integration_test python -m pytest -m "datarepo and integration"

Long description of the changes:

Check list for the pull request

  • I have read the [CONTRIBUTING]
  • I have read the [CODE_OF_CONDUCT]
  • I have added tests for my changes
  • I have updated the documentation accordingly

Check list for the reviewer

  • I have read the [CONTRIBUTING]
  • I have verified the proposed changes
  • best software practices
    • all internal functions have an underbar, as is python standard
    • clearly named variables (better to be verbose in variable names)
    • code comments explaining the intent of code blocks
  • All the tests are passing
  • The documentation is up to date
  • code comments added when explaining intent

Manual test for the reviewer

References

@walshmm walshmm force-pushed the integration_tests branch from e3a26f2 to dce5393 Compare April 3, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants