Netflix / flamescope

FlameScope is a visualization tool for exploring different time ranges as Flame Graphs.
Apache License 2.0
3k stars 168 forks source link

Add pytest for testing flask app #22

Closed takac closed 6 years ago

takac commented 6 years ago

Add test to check we can compile and list stacks.

To run manually, install pip install test-requirements.txt, then run python -m pytest.

Note we can't currently run just pytest as python/pytest does not have the app dir in the python path.


Dependent on #21, I'll rebase once it lands.