This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2017-12-21 15:51:10 +00:00
doc
etc/code-point-open
images
lib frontpage stats amended for sectors and weeks 2017-12-19 18:03:15 +00:00
log
public Word wrap feedback in admin console 2017-10-23 15:02:18 +01:00
script
share schema and map code updated, test fixed 2017-12-08 13:19:22 +00:00
t frontpage stats amended for sectors and weeks 2017-12-19 18:03:15 +00:00
templates added new sector 2017-12-18 16:19:10 +00:00
.gitignore Added production config to gitignore 2017-09-22 12:31:43 +01:00
.travis.yml
CHANGELOG.md updated changelog 2017-12-21 15:39:34 +00:00
cpanfile Fixed stats test 2017-12-18 14:05:51 +00:00
make_leaderboards
pear-local_loop.conf
pear-local_loop.development.conf
pear-local_loop.testing.conf
README.md Added postgres flags for testing and deps for cpanfile 2017-09-26 17:03:27 +01:00

Pear LocalLoop Server

Current Status

Master: Build Status

Development: Build 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