silpa-discuss
[Top][All Lists]
Advanced

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

[silpa-discuss] [Project-SILPA/Silpa-Flask] 890ae0: Make tests part of s


From: Vasudev Kamath
Subject: [silpa-discuss] [Project-SILPA/Silpa-Flask] 890ae0: Make tests part of silpa module
Date: Wed, 04 Jun 2014 09:53:02 -0700

  Branch: refs/heads/development
  Home:   https://github.com/Project-SILPA/Silpa-Flask
  Commit: 890ae0dc0589303f1b0b0c2f6411fb1add6ccad4
      
https://github.com/Project-SILPA/Silpa-Flask/commit/890ae0dc0589303f1b0b0c2f6411fb1add6ccad4
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    A silpa/tests/__init__.py
    A silpa/tests/api/__init__.py
    A silpa/tests/api/test_jsonrpc.py
    A silpa/tests/frontend/__init__.py
    A silpa/tests/frontend/test_pages.py
    A silpa/tests/resources/silpa.conf
    A silpa/tests/resources/silpa_logging_logfolder.conf
    A silpa/tests/resources/silpa_logging_loglevel.conf
    A silpa/tests/resources/silpa_logging_logname.conf
    A silpa/tests/resources/silpa_main_baseurl.conf
    A silpa/tests/resources/silpa_main_site.conf
    A silpa/tests/resources/silpa_module_display.conf
    A silpa/tests/resources/silpa_modules.conf
    A silpa/tests/settings.py
    A silpa/tests/test_config.py
    A silpa/tests/utils.py
    R tests/__init__.py
    R tests/api/__init__.py
    R tests/api/jsonrpc_tests.py
    R tests/frontend/__init__.py
    R tests/frontend/mainpage_tests.py
    R tests/resources/silpa.conf
    R tests/resources/silpa_logging_logfolder.conf
    R tests/resources/silpa_logging_logleve.conf
    R tests/resources/silpa_logging_logname.conf
    R tests/resources/silpa_main_baseurl.conf
    R tests/resources/silpa_main_site.conf
    R tests/resources/silpa_module_display.conf
    R tests/resources/silpa_modules.conf
    R tests/settings.py
    R tests/test_config.py
    R tests/utils.py

  Log Message:
  -----------
  Make tests part of silpa module

Signed-off-by: Vasudev Kamath <address@hidden>


  Commit: 194328253721d55af6d3d344fe54dc9128a6f224
      
https://github.com/Project-SILPA/Silpa-Flask/commit/194328253721d55af6d3d344fe54dc9128a6f224
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M silpa/tests/test_config.py

  Log Message:
  -----------
  Improve config testing

* Use assertRaises as context manager instead of doing work around to
  manually, calling init
* Add option and section to testscenarios and check it on raised exception

Signed-off-by: Vasudev Kamath <address@hidden>


  Commit: c3fcadcdbbfc15043048bf0a2db9bf2ea30e5292
      
https://github.com/Project-SILPA/Silpa-Flask/commit/c3fcadcdbbfc15043048bf0a2db9bf2ea30e5292
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M silpa/loadconfig.py

  Log Message:
  -----------
  Section for module display names is module_display

Previous was using modules_display but never errored out since
self.verify was never called

Signed-off-by: Vasudev Kamath <address@hidden>


  Commit: cedfb5e1774580c6bd0dd5a8711ba64d995d2be8
      
https://github.com/Project-SILPA/Silpa-Flask/commit/cedfb5e1774580c6bd0dd5a8711ba64d995d2be8
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M silpa/loadconfig.py

  Log Message:
  -----------
  Call self.verify instead of simply referencing it


  Commit: cb6cbe6f7866eaa462eaba3e1431d2f28fb759e8
      
https://github.com/Project-SILPA/Silpa-Flask/commit/cb6cbe6f7866eaa462eaba3e1431d2f28fb759e8
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M silpa/loadconfig.py

  Log Message:
  -----------
  fix the __str__ method of IncompleteConfigError


  Commit: 48770493ef769d1a9c9d45bc8565709fc1b8872e
      
https://github.com/Project-SILPA/Silpa-Flask/commit/48770493ef769d1a9c9d45bc8565709fc1b8872e
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  ignore .testrepository


  Commit: 6b82ce2d7042af51ced8c0021ee0b367299309b4
      
https://github.com/Project-SILPA/Silpa-Flask/commit/6b82ce2d7042af51ced8c0021ee0b367299309b4
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    A .testr.conf

  Log Message:
  -----------
  testr configuration (testrepository)


  Commit: 197ce8300084147950291b26a6f2cfe599956ed4
      
https://github.com/Project-SILPA/Silpa-Flask/commit/197ce8300084147950291b26a6f2cfe599956ed4
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    A test-requirements.txt

  Log Message:
  -----------
  requirements for testing purpose


  Commit: ac08cb316bcfe1dfb8ab2287e4bb760407f4303d
      
https://github.com/Project-SILPA/Silpa-Flask/commit/ac08cb316bcfe1dfb8ab2287e4bb760407f4303d
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  install from test-requirements.txt


  Commit: 05a1e06643803a7cc62df993b1aff3fcbd3647a1
      
https://github.com/Project-SILPA/Silpa-Flask/commit/05a1e06643803a7cc62df993b1aff3fcbd3647a1
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M .coveragerc
    M Makefile
    A setup.cfg
    A setup.py

  Log Message:
  -----------
  testr with setuptools integration

Use testr for testing instead of nosetests as nose breaks with
testscenarios. Use setuptools integration of testr with coverage

Signed-off-by: Vasudev Kamath <address@hidden>


  Commit: 189e5d743a10d57af1e7638205bb5f0d9fe883f6
      
https://github.com/Project-SILPA/Silpa-Flask/commit/189e5d743a10d57af1e7638205bb5f0d9fe883f6
  Author: Vasudev Kamath <address@hidden>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M silpa/tests/test_config.py

  Log Message:
  -----------
  pep8 cleanup


Compare: 
https://github.com/Project-SILPA/Silpa-Flask/compare/97b8eb0eb173...189e5d743a10

reply via email to

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