Testing arcanist
Details
Details
Diff Detail
Diff Detail
- Repository
- rRSAPI resultsdb_api
- Branch
- develop
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 201 Build 201: arc lint + arc unit
| No Linters Available |
| No Unit Test Coverage |
| Buildable 201 | |
| Build 201: arc lint + arc unit |
| Path | Packages | |||
|---|---|---|---|---|
| M | README.md (2 lines) |
| Commit | Tree | Parents | Author | Summary | Date |
|---|---|---|---|---|---|
| 55a2dac74018 | 44a5e7aad2e6 | f4f37086b7d5 | Martin Krizek | Test (Show More…) | Sep 11 2015, 7:29 AM |
| 1 | # ResultsDB library | 1 | # ResultsDB library | ||
|---|---|---|---|---|---|
| 2 | 2 | test | |||
| 3 | The ResultsDB API module provides a Python API for using ResultsDB's JSON/REST interface in a more pythonic way. It has functions which match the JSON/REST methods, but allow the common goodies as named parameters, and parameters skipping. | 3 | The ResultsDB API module provides a Python API for using ResultsDB's JSON/REST interface in a more pythonic way. It has functions which match the JSON/REST methods, but allow the common goodies as named parameters, and parameters skipping. | ||
| 4 | 4 | | |||
| 5 | # License | 5 | # License | ||
| 6 | 6 | | |||
| 7 | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | 7 | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | ||
| 8 | 8 | | |||
| 9 | # Repositories | 9 | # Repositories | ||
| 10 | 10 | | |||
| 11 | * ResultsDB - [Bitbucket GIT repo](https://bitbucket.org/fedoraqa/resultsdb) | 11 | * ResultsDB - [Bitbucket GIT repo](https://bitbucket.org/fedoraqa/resultsdb) | ||
| 12 | * ResultsDB Frontend - [Bitbucket GIT repo](https://bitbucket.org/fedoraqa/resultsdb_frontend) | 12 | * ResultsDB Frontend - [Bitbucket GIT repo](https://bitbucket.org/fedoraqa/resultsdb_frontend) | ||