Files
atst/README.md
2018-05-25 14:56:25 -04:00

37 lines
519 B
Markdown

# ATST
[![Build Status](https://travis-ci.org/dod-ccpo/atst.svg?branch=master)](https://travis-ci.org/dod-ccpo/atst)
## Installation
./script/setup
## Running (development)
To start the app and watch for changes:
DEBUG=1 ./app.py
## Testing
To run unit tests:
./script/test
or
python -m pytest
or
make test
## Notes
tornado templates are like mustache templates -- add the
following to `~/.vim/filetype.vim` for syntax highlighting:
:au BufRead *.html.to set filetype=mustache