|
308eaffe55
|
more verbose pytest output by default
|
2020-03-07 09:28:01 -06:00 |
|
|
17bbe9c6b4
|
allow explicit instance_path in create_app()
this will be necessary to point pytest's app fixture at a different
instance directory with test data
|
2020-03-07 09:24:20 -06:00 |
|
|
d9c4cbdfe1
|
.gitignore only the root instance/ flask dir
we will eventually have tests, and we won't want to ignore our test data
inside instance/
|
2020-03-07 09:22:47 -06:00 |
|
|
11073b4811
|
add method to convert .*/ paths to .*/index
|
2020-03-07 08:37:38 -06:00 |
|
|
76bdc28a9f
|
add setup.py with versioneer support
|
2020-03-07 00:29:17 -06:00 |
|
|
f3d895e25b
|
add versioneer to requirements-dev
|
2020-03-07 00:15:14 -06:00 |
|
|
1788e56262
|
add pytest to requirements, re-indent .in files
|
2020-03-06 23:44:20 -06:00 |
|
|
592f3e90b0
|
remove a debugging print statement
|
2020-03-06 22:51:04 -06:00 |
|
|
7d23b15043
|
log all incoming requests
|
2020-03-06 19:53:29 -06:00 |
|
|
1c3d745a1a
|
remove accidental excess from requirements files
|
2020-03-06 19:31:06 -06:00 |
|
|
ded784219e
|
skeleton journal functionality --- catch-all view
all this does at the moment is echoes the path from the request back in
the response, but it's the super basic plumbing I can write at the
moment
|
2020-03-06 18:08:24 -06:00 |
|
|
10f9322a1d
|
basic flake8 configuration in setup.cfg
|
2020-03-06 17:58:09 -06:00 |
|
|
a28f27206b
|
basic create_app() and configuration scaffolding
|
2020-03-06 17:51:20 -06:00 |
|
|
aa8bce1521
|
.gitignore: *.swp
|
2020-03-06 17:18:03 -06:00 |
|
|
950e9f485e
|
requirements: Flask, pip-tools (dev), flake8 (dev)
|
2020-03-06 17:17:29 -06:00 |
|
|
9569e62a8a
|
Initial commit
|
2020-03-06 16:55:41 -06:00 |
|