Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Flask server configuration.
FLASK_APP=todo_app/app
FLASK_ENV=development

# Change the following values for local development.
SECRET_KEY=#5fjA@kA#PnACdvM

TRELLO_KEY=b2913e0f31ec7f6dbbed884d221d0c80
TRELLO_TOKEN=ed0e04c8d3fd0e66e43c6a3bb8aa2ad890945d66a856916725280a7ff83d0b80

BOARD_ID=AVaJn7PF
ORGANIZATION_ID=project2290
6 changes: 5 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ TRELLO_KEY=trello-key
TRELLO_TOKEN=trello-token

# The short board id to use for this app
BOARD_ID=abcdefgh
BOARD_ID=abcdefgh

# The organization (aka workspace) id to use for creating test boards
# Only needed for testing
ORGANIZATION_ID=abcdefg
197 changes: 196 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ python-dateutil = "^2.8.2"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
pytest-mock = "^3.8.2"
selenium = "^4.3.0"
webdriver-manager = "^3.8.1"

[build-system]
requires = ["poetry>=0.12"]
Expand Down
Empty file added selenium_tests/__init__.py
Empty file.
Loading