All Projects → Nitrate → Nitrate

Nitrate / Nitrate

Licence: gpl-2.0
Django based full-featured test case management system

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Nitrate

Django Pgcrypto Fields
Transparent field level encryption for Django using the pgcrypto postgresql extension.
Stars: ✭ 147 (-4.55%)
Mutual labels:  django
Drf Url Filters
A django app to apply filters on drf querysets using query params with validations using voluptuous.
Stars: ✭ 150 (-2.6%)
Mutual labels:  django
Django Polymorphic Tree
Polymorphic MPTT tree support for models
Stars: ✭ 152 (-1.3%)
Mutual labels:  django
Alize
Visualize Your Github Profile
Stars: ✭ 148 (-3.9%)
Mutual labels:  django
React Django
Simple setup for a React-Django web app.
Stars: ✭ 149 (-3.25%)
Mutual labels:  django
Django School Management
Deployment Ready Developer to Developer Full-stack School Management System with payments, e-admission, result management, academic functionalities, and much more implemented in a simple way.
Stars: ✭ 151 (-1.95%)
Mutual labels:  django
Django Pg Timepart
A Django extension that supports PostgreSQL 11 time ranges and list partitioning.
Stars: ✭ 147 (-4.55%)
Mutual labels:  django
Bovespastockratings
Crawler for Fundamental analysis platform for BOVESPA stocks, generating a score for each share according to the selected criteria on the indicators.
Stars: ✭ 154 (+0%)
Mutual labels:  django
Appstore
🏪 App Store for Nextcloud
Stars: ✭ 149 (-3.25%)
Mutual labels:  django
Pychat
webchat via WebSockets/WebRTC that allows messaging/video call/screen sharing
Stars: ✭ 152 (-1.3%)
Mutual labels:  django
Djangocms Installer
Console wizard to bootstrap django CMS projects
Stars: ✭ 148 (-3.9%)
Mutual labels:  django
Django Celery Docker Example
Example Docker setup for a Django app behind an Nginx proxy with Celery workers
Stars: ✭ 149 (-3.25%)
Mutual labels:  django
Faq
Useful Django-related information collected by `@pydjango` chat users.
Stars: ✭ 152 (-1.3%)
Mutual labels:  django
Modoboa
Mail hosting made simple
Stars: ✭ 1,998 (+1197.4%)
Mutual labels:  django
Django Newsfeed
A news curator and newsletter subscription package for Django
Stars: ✭ 155 (+0.65%)
Mutual labels:  django
Django Gamification
The missing Django Gamification Package
Stars: ✭ 147 (-4.55%)
Mutual labels:  django
Django Pgviews
Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.
Stars: ✭ 150 (-2.6%)
Mutual labels:  django
Behave Django
Behave BDD integration for Django
Stars: ✭ 155 (+0.65%)
Mutual labels:  django
Froggy Service
邱威傑市民服務網站
Stars: ✭ 155 (+0.65%)
Mutual labels:  django
Django Lb Workflow
Reusable workflow library for Django
Stars: ✭ 153 (-0.65%)
Mutual labels:  django

Nitrate - Test Case Management System

.. image:: https://img.shields.io/pypi/v/nitrate-tcms :alt: PyPI :target: https://pypi.python.org/pypi/nitrate-tcms .. image:: https://quay.io/repository/nitrate/nitrate/status :target: https://quay.io/repository/nitrate/nitrate/ .. image:: https://readthedocs.org/projects/nitrate/badge/?version=latest :target: http://nitrate.readthedocs.io/en/latest/ .. image:: https://img.shields.io/pypi/l/nitrate-tcms :alt: PyPI - License :target: https://pypi.org/project/nitrate-tcms/ .. image:: https://img.shields.io/github/issues-raw/Nitrate/Nitrate :alt: GitHub issues :target: https://github.com/Nitrate/Nitrate/issues/ .. image:: https://img.shields.io/github/workflow/status/Nitrate/Nitrate/Unit%20Tests :alt: GitHub Workflow Status :target: https://github.com/Nitrate/Nitrate/ .. image:: https://coveralls.io/repos/github/Nitrate/Nitrate/badge.svg?branch=develop :target: https://coveralls.io/github/Nitrate/Nitrate?branch=develop .. image:: https://badges.gitter.im/Nitrate/Nitrate.svg :alt: Gitter :target: https://gitter.im/Nitrate/Nitrate?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge .. image:: https://copr.fedorainfracloud.org/coprs/cqi/python-nitrate-tcms/package/python-nitrate-tcms/status_image/last_build.png :alt: Package in Fedora Copr :target: https://copr.fedorainfracloud.org/coprs/cqi/python-nitrate-tcms/

Nitrate is a new test plan, test run and test case management system, which is written in Python_ and Django_ (the Python web framework). It has a lot of great features, such as:

  • Ease of use in creating and managing test life cycles with plans, cases and runs.
  • Multiple and configurable authentication backends, e.g. Bugzilla and Kerberos.
  • Fast search for plans, cases and runs.
  • Powerful access control for each plan, run and case.
  • Ready-to-use and extensible issue tracker that allows to track external issues with test cases and test case runs.
  • Accessibility with regards to XMLRPC APIs.

Nitrate works with:

  • Python: 3.6, 3.7, 3.8, 3.9.
  • Django: 2.2, 3.0, 3.1.

What's more, Nitrate is tested with the following database versions in the testenv:

  • MariaDB: 10.4.14.
  • MySQL: 8.0.22.
  • PostgreSQL: 12.4.

.. _Python: https://www.python.org/ .. _Django: https://docs.djangoproject.com/

Brief History

Nitrate was created by Red Hat originally back to the year 2009. A small group of engineers, who were working at Red Hat (Beijing), initiated the project to develop a Django-based test case management system being compatible with the Testopia from database level. After that, more engineers got involved into the development. TCMS is the project name, and Nitrate is the code name which has been being used as the name in open source community all the time to this day.

The project was hosted in fedorahosted.org at the very early age to build the community. The site had various artifacts of Nitrate, including the source code, kinds of development and project management documentations, roadmaps, mailing list, etc. The source code was managed by SVN in the beginning. Along with more contributors started to contribute to Nitrate, the team decided to migrate to Git eventually.

Since 2009, there were three major version releases, that were version 1.0 released in October 2009, version 2.0 released in January 2010, and version 3.0 released in April 2010. After version 3.0, the team had been adding new features, fixing bugs, improving performance and user experience continuously in a series of minor releases. As of year 2014, Nitrate was open sourced to community and hosted in GitHub based on the version 3.18, and new journey had began.

Up to this day, at the moment of writing this brief history review, Nitrate has been 11 years old and it still has strong vitality.

Get Nitrate

Nitrate ships with optional subpackages in addition to the main nitrate-tcms package. They are available from either PyPI or the YUM repository. The subpackages include:

  • mysql: needed when Nitrate works with MySQL or MariaDB database.

  • pgsql: needed when Nitrate works with PostgreSQL database.

  • bugzilla: needed when the BugzillaBackend authentication backend is enabled, or the issue tracker is configured to work with a Bugzilla instance.

  • krbauth: needed when the KerberosBackend authentication backend is enabled.

  • socialauth: needed when the social-based authentication backend is enabled.

  • async: needed when to run asynchronous tasks as Celery tasks.

PyPI


::

  python3 -m pip install nitrate-tcms

  # Example: if Kerberos-based authentication is required
  python3 -m pip install nitrate-tcms[krbauth]

RPM
~~~

RPM packages are provided from a `Copr repository`_::

  sudo dnf copr enable cqi/python-nitrate-tcms
  sudo dnf install python3-nitrate-tcms

  # Example: if Celery is required and run with PostgreSQL
  sudo dnf install python3-nitrate-tcms+async python3-nitrate-tcms+pgsql

.. _Copr repository: https://copr.fedorainfracloud.org/coprs/cqi/python-nitrate-tcms/

Container Images

Nitrate provides two container images:

  • quay.io/nitrate/nitrate_
  • quay.io/nitrate/nitrate-worker_

The nitrate-worker image is optional, that depends no whether there is requirement to run asynchronous tasks by Celery.

For more information, please refer to the description of image quay.io/nitrate/nitrate.

.. _quay.io/nitrate/nitrate: https://quay.io/repository/nitrate/nitrate .. _quay.io/nitrate/nitrate-worker: https://quay.io/repository/nitrate/nitrate-worker

Run Nitrate

There are a series of instructions for running Nitrate. Please refer to Deployment_.

Skim through the documentation and choose the installation instructions that are appropriate for your case. And please, if you identify any issues with the installation guide, kindly bring it to our attention. You can either report the issue on the github repo, or submit a PR with a fix for it.

.. _Deployment: https://nitrate.readthedocs.io/en/latest/install/index.html

Documentation

For full documentation, including user guide, deployment, development guide and APIs, please refer to https://nitrate.readthedocs.org/.

Contribution

Welcome contributions in various fields. The Contribution_ document describes those fields in more details.

.. _Contribution: https://nitrate.readthedocs.io/en/latest/contribution.html

Write Code

If you would like to write some code, the Development_ document is the right place for you to get reference and started.

.. _Development: https://nitrate.readthedocs.io/en/latest/contribution.html#development

Report Issues

If you've stumbled upon an issue in Nitrate, please refer to Report an Issue_ to create one here_.

.. _here: https://github.com/Nitrate/Nitrate/issues/new .. _Report an Issue: http://nitrate.readthedocs.org/en/latest/bug_reporting.html

Contact

There are various ways to get in touch. Choose one you like.

.. _nitrate-devel at lists.fedorahosted.org: mailto:[email protected] .. _nitrate: irc://irc.freenode.org/nitrate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].