Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clinical-genomics/limsmock
File-based mock for the lims REST API. For testing.
https://github.com/clinical-genomics/limsmock
Last synced: 6 days ago
JSON representation
File-based mock for the lims REST API. For testing.
- Host: GitHub
- URL: https://github.com/clinical-genomics/limsmock
- Owner: Clinical-Genomics
- Created: 2021-01-18T12:02:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T11:20:49.000Z (over 1 year ago)
- Last Synced: 2024-03-14T20:04:55.982Z (9 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# limsmock ![Latest Release](https://img.shields.io/github/v/release/clinical-genomics/limsmock)
Clarity LIMS system mainly consist of a postgress database, a REST API and a web interface.
The REST API is the fundamental data access interface using XML over HTTP. Its data structure looks as below.
```
```
This package serves as a LIMS REST API mock for testing purposes.
Some examples of how it can be used can be fount in tests directory.