Skip to content

Commit

Permalink
add assumption
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Mar 12, 2024
1 parent 4af8258 commit 9c5a9dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ The package provides two fixtures:
variables which allow to find the application, at least one must be defined:

- `FLASK_TESTER_URL` URL of the running application for external tests.

The application is expected to be already running when the test is started.

- `FLASK_TESTER_APP` package (filename with `.py`) to be imported for the application.
- the application is expected to be named `app`
- if not available, look and call for `create_app`
Expand Down

0 comments on commit 9c5a9dd

Please sign in to comment.