Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 778 Bytes

File metadata and controls

27 lines (18 loc) · 778 Bytes

Obtaining the Testing Code

.. toctree::


The OSEHRA testing suite is maintained separately from the OSEHRA VistA source and must be downloaded independently. It is published in a repository hosted at

http://code.osehra.org/OSEHRA-Automated-Testing.git

Use Git to make a local clone of this repository:

$ git clone http://code.osehra.org/OSEHRA-Automated-Testing.git
Cloning into 'OSEHRA-Automated-Testing'...
remote: Counting objects: 1289, done.
remote: Compressing objects: 100% (592/592), done.
.
.
.
$ cd OSEHRA-Automated-Testing

Throughout these documentation pages, the Testing Source Directory will refer to the location of this folder.