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-04 12:27:53 +00:00
doc
etc/code-point-open
images
lib added new tab linking and corrected redirect 2017-12-04 12:27:53 +00:00
log
public Word wrap feedback in admin console 2017-10-23 15:02:18 +01:00
script
share database upgraded and interface added 2017-11-23 14:54:59 +00:00
t test fixed 2017-11-27 17:17:22 +00:00
templates added new tab linking and corrected redirect 2017-12-04 12:27:53 +00:00
.gitignore
.travis.yml
CHANGELOG.md Updated changelog for 0.9.7 2017-11-28 18:33:58 +00:00
cpanfile Further work on import functions 2017-11-13 13:30:33 +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