ginger-dev-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ginger-dev-list] [PATCH 0/2 v2] User management tests + github #16


From: Daniel Henrique Barboza
Subject: Re: [Ginger-dev-list] [PATCH 0/2 v2] User management tests + github #16 fix
Date: Mon, 27 Jul 2015 10:15:46 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Patch applied to remote master

Thanks!

On 07/27/2015 10:02 AM, Jose Ricardo Ziviani wrote:
Reviewed-by: Jose Ricardo Ziviani <address@hidden>

On 24-07-2015 15:54, address@hidden wrote:
From: Daniel Henrique Barboza <address@hidden>

v2:
- added 'tests' dir to make check-local target
- fixed pep8 issues in test files
- updated gitignore to ignore run_tests.sh

This patchset includes unit testing for the user management
backend and a fix for github #16.

Daniel Henrique Barboza (2):
   Unit tests for user management
   User model changes

  .gitignore               |   1 +
  Makefile.am              |   3 +-
  configure.ac             |   6 ++
  i18n.py                  |   1 -
models/users.py | 203 ++++++++++++++++++++++++++++++++---------------
  tests/Makefile.am        |  35 ++++++++
  tests/run_tests.sh.in    |  45 +++++++++++
  tests/test_libuser.py    | 101 +++++++++++++++++++++++
  tests/test_user_model.py |  80 +++++++++++++++++++
  9 files changed, 409 insertions(+), 66 deletions(-)
  create mode 100644 tests/Makefile.am
  create mode 100644 tests/run_tests.sh.in
  create mode 100644 tests/test_libuser.py
  create mode 100644 tests/test_user_model.py






reply via email to

[Prev in Thread] Current Thread [Next in Thread]