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
2018-05-24 14:49:33 +01:00
doc
etc/code-point-open
images
lib added being able to work with yearly submit 2018-05-15 16:51:39 +01:00
log
public
script Added new Daily Cron script 2018-03-26 14:26:02 +01:00
share
t changed stat viewing and amended tests 2018-04-13 18:08:10 +01:00
templates Fix to add org submission 2018-03-19 13:36:51 +00:00
.gitignore
.travis.yml
CHANGELOG.md Updated Changelog 2018-05-24 13:01:22 +01:00
cpanfile
make_leaderboards
pear-local_loop.conf
pear-local_loop.development.conf
pear-local_loop.testing.conf
README.md

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