Skip to content

Commit c89db10

Browse files
committed
Use --keep-copied-projects
1 parent ff74544 commit c89db10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ in line with what is recommended there. If not, please [contribute to the guide]
3333
1. (**important**) wait until some kind of consensus is reached about your idea being a good idea;
3434
1. if needed, fork the repository to your own Github profile and create your own feature branch off of the latest main commit. While working on your feature branch, make sure to stay up to date with the main branch by pulling in changes, possibly from the 'upstream' repository (follow the instructions [here](https://help.github.com/articles/configuring-a-remote-for-a-fork/) and [here](https://help.github.com/articles/syncing-a-fork/));
3535
1. install dependencies (see the [development documentation](README.dev.md#create-a-virtual-environment));
36-
1. make sure the existing tests still work by running ``pytest``. If project tests fail use ``pytest --keep-baked-projects`` to keep generated project files in `/tmp/pytest-*` and investigate;
36+
1. make sure the existing tests still work by running ``pytest``. If project tests fail use ``pytest --keep-copied-projects`` to keep generated project files in `/tmp/pytest-*` and investigate;
3737
1. add your own tests (if necessary);
3838
1. update or expand the documentation;
3939
1. update the `CHANGELOG.md` file with your change;

0 commit comments

Comments
 (0)