Skip to content

Commit 8365f55

Browse files
Merge branch 'develop' into fix_repr
2 parents 3340e1a + f5ff796 commit 8365f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/app-dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ streamlit run src/app.py
4949

5050
### Application files
5151

52-
- `penn_chime/app.py`: Main source for the application
53-
- `penn_chime/test_app.py`: [pytest](https://docs.pytest.org/en/latest/) tests for `app.py`
52+
- `src/app.py`: Main source for the application
53+
- `src/test_app.py`: [pytest](https://docs.pytest.org/en/latest/) tests for `app.py`
5454
- `script/`: Developer workflow scripts following [GitHub's Scripts To Rule Them All](https://github.com/github/scripts-to-rule-them-all) pattern.
5555
- `.streamlit/`: [Streamlit config options](https://docs.streamlit.io/cli.html)
5656
- `.env`: Local environment variables to use when running application, this file is copied from `.env.example` to start you out and then ignored by git

0 commit comments

Comments
 (0)