[NB - clone of https://github.com/Pear-Trading/Foodloop-server, no longer mirroring]
https://bengoldsworthy.net/portfolio/programs/localloop/
0b6d823145
added link corrections |
||
---|---|---|
doc | ||
etc/code-point-open | ||
images | ||
lib | ||
log | ||
public | ||
script | ||
share | ||
t | ||
templates | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
cpanfile | ||
make_leaderboards | ||
pear-local_loop.conf | ||
pear-local_loop.development.conf | ||
pear-local_loop.testing.conf | ||
README.md |
Pear LocalLoop Server
Current Status
Testing
To run the main test framework, first install all the dependencies, then run the tests:
cpanm --installdeps .
prove -lr
To run the main framework against a PostgreSQL backend, assuming you have postgres installed, you will need some extra dependencies first:
cpanm --installdeps . --with-feature postgres
PEAR_TEST_PG=1 prove -lr