Skip to content

Commit

Permalink
remove duplicated content in Contributing.md (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaspreet-singh-1032 committed Nov 9, 2023
1 parent dd982c5 commit 323f7ce
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,6 @@ cd examples
poetry run reflex init
poetry run reflex run
```
All the changes you make to the repository will be reflected in your running app.


## 🧪 Testing and QA

Within the 'test' directory of Reflex you can add to a test file already there or create a new test python file if it doesn't fit into the existing layout.

#### What to unit test?
- Any feature or significant change that has been added.
- Any edge cases or potential problem areas.
- Any interactions between different parts of the code.

Now Init/Run
``` bash
poetry run reflex init
poetry run reflex run
```

All the changes you make to the repository will be reflected in your running app.
* We have the examples folder in the .gitignore, so your changes in reflex/examples won't be reflected in your commit.
Expand All @@ -61,7 +44,7 @@ Any feature or significant change added should be accompanied with unit tests.

Within the 'test' directory of Reflex you can add to a test file already there or create a new test python file if it doesn't fit into the existing layout.

What to unit test?
#### What to unit test?
- Any feature or significant change that has been added.
- Any edge cases or potential problem areas.
- Any interactions between different parts of the code.
Expand Down

0 comments on commit 323f7ce

Please sign in to comment.