Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-cty committed Nov 18, 2024
1 parent dc72396 commit ff41006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ $ hatch -e test.py3.11 run python -m unittest tests.test_your_feature.YourTestCa

For example : `hatch -e test.py3.11 run python -m unittest tests.test_energy.TestEnergy.test_wraparound_delta_correct_value`

Some tests will fail if you do not set CODECARBON_ALLOW_MULTIPLE_RUNS with `export CODECARBON_ALLOW_MULTIPLE_RUNS=True` before running test manually.
Some tests will fail if you do not set *CODECARBON_ALLOW_MULTIPLE_RUNS* with `export CODECARBON_ALLOW_MULTIPLE_RUNS=True` before running test manually.

To test the API, see [how to deploy it](#local_deployement) first.

Expand Down

0 comments on commit ff41006

Please sign in to comment.