Changes

Jump to: navigation, search

Specification:Relationship Calculator

36 bytes removed, 18:23, 7 November 2013
svn to git
====Tests====
You are further strongly adviced to run the same tests as are present at the bottom of those files. If you have obtained Gramps svn Git in <code>/home/me/grampssvnGramps</code>, then you can run the test for eg. rel_it.py as follows in a terminal:
cd /home/me/grampssvnGramps export PYTHONPATH=/home/me/grampssvnGramps/gramps
python gramps/plugins/rel/rel_it.py
You could also run [[Programming_Guidelines#Pylint|pylint]] as follows in a terminal
cd /home/me/grampssvnGramps export PYTHONPATH=/home/me/grampssvnGramps/gramps pylint gramps/plugins/rel/rel_it.py > /home/me/grampssvnGramps/gramps/plugins/rel/it.txt
===For Gramps 3.x.x===
====Tests====
You are further strongly adviced to run the same tests as are present at the bottom of those files. If you have obtained Gramps svn Git in <code>/home/me/grampssvnGramps</code>, then you can run the test for eg. rel_it.py as follows in a terminal:
cd /home/me/grampssvnGramps export PYTHONPATH=/home/me/grampssvnGramps/src
python src/plugins/rel/rel_it.py
You could also run [[Programming_Guidelines#Pylint|pylint]] as follows in a terminal
cd /home/me/grampssvnGramps export PYTHONPATH=/home/me/grampssvnGramps/src pylint src/plugins/rel/rel_it.py > /home/me/grampssvnGramps/src/plugins/rel/it.txt
===For Gramps 2.2.x===

Navigation menu