https://github.com/grycap/relevantdata
A framework to deal with data that really matters
https://github.com/grycap/relevantdata
Last synced: about 1 year ago
JSON representation
A framework to deal with data that really matters
- Host: GitHub
- URL: https://github.com/grycap/relevantdata
- Owner: grycap
- License: apache-2.0
- Created: 2015-12-19T12:08:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T12:21:55.000Z (over 10 years ago)
- Last Synced: 2025-05-31T07:04:53.737Z (about 1 year ago)
- Language: Java
- Size: 319 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Relevant Data
A framework to deal with data that really matters.
## Master Build Status
[](https://github.com/grycap/relevantdata/blob/master/LICENSE)
[](https://travis-ci.org/grycap/relevantdata/builds)
[](https://coveralls.io/github/grycap/relevantdata?branch=master)
## Environment variables
``GRYCAP_TESTS_PRINT_OUTPUT`` set value to ``true`` to print tests output.
## Installation
### Install from source
``$ mvn clean install relevantdata``
## Development
### Run all tests logging to the console
``$ mvn clean verify -pl relevantdata-core -Dgrycap.tests.print.out=true |& tee /tmp/LOGFILE``
### Run functional and sanity tests logging to the console
``$ mvn clean test -pl relevantdata-core -Dgrycap.tests.print.out=true |& tee /tmp/LOGFILE``
## Continuous integration
``$ mvn clean verify relevantdata``