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

Add BASHUNIT_TESTS_ENV env variable #328

Merged
merged 3 commits into from
Sep 14, 2024
Merged

Add BASHUNIT_TESTS_ENV env variable #328

merged 3 commits into from
Sep 14, 2024

Conversation

Chemaclass
Copy link
Member

@Chemaclass Chemaclass commented Sep 14, 2024

📚 Description

Closes: #321

🔖 Changes

  • Added BASHUNIT_TESTS_ENV

Specifies an additional .env file to be loaded for all tests cases.
Useful to set up global variables accessible in all your tests.

Similarly, you can use load an additional .env via the command line.

✅ To-do list

  • I updated the CHANGELOG.md to reflect the new feature or fix
  • I updated the documentation to reflect the changes

@Chemaclass Chemaclass added the enhancement New feature or request label Sep 14, 2024
@Chemaclass Chemaclass self-assigned this Sep 14, 2024
@Chemaclass Chemaclass changed the title Add BASHUNIT_ENV env variable Add BASHUNIT_TESTS_ENV env variable Sep 14, 2024
@Chemaclass Chemaclass merged commit f58c3b6 into main Sep 14, 2024
7 checks passed
@Chemaclass Chemaclass deleted the feat/321-bashunit-env branch September 14, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add BASHUNIT_ENV
1 participant