GitXplorerGitXplorer
n

python-release-latency

public
0 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
b261fcaa28f81716f39e8bb16d42604251b6516c

Actually commit the updated demo data

nncoghlan committed 7 years ago
Unverified
d9c337cba43e127c8f563748ad7289629a14cf4c

Align the fake data with the current test cases :)

nncoghlan committed 7 years ago
Unverified
3bd3fe98a171c2a8b8c5ed6d1b2fdee93e8df37f

Use shortcut API in test step

nncoghlan committed 7 years ago
Unverified
1c788b2d9a7fb2395900b831402aecffe24998b7

Add integration tests

nncoghlan committed 7 years ago
Unverified
d225959197c3d95b4334f1732c49dab3b412fc65

Add data models and REST API

nncoghlan committed 7 years ago
Unverified
d7c574c5b80d3aa3dde373a44268a57296bc4676

Basic table & nav layout

nncoghlan committed 7 years ago

README

The README file for this repository.

python-release-latency

Measuring & reporting release latencies for CPython redistributors

Technical stack

Backend:

  • Django 1.11 with native ORM & templates
  • Django REST Framework
  • Python 3.6+

Frontend:

  • Patternfly (including DataTables)
  • webpack + django-webpack-loader for asset management

Testing:

  • pylint -E for basic structural testing
  • behave + hamcrest for integration testing
  • requests for HTTPS API testing
  • splinter for UI interaction testing