Skip to content

dlparker/test_project_django_logging_dlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Logging DLP Fork Test Project

Django project used to test the DLP fork of django-logging-json. https://github.com/dlparker/django-logging

Setup

(virtualenv) pip install -r requirements.txt
(virtualenv) ./manage.py migrate

Running tests

(virtualenv) ./manage.py test targets

Handler Override tests

The full set of tests includes a test of an added handler. To test the feature of fully overriding the handlers defined by the library you can use the "replace_settings.py" file. To just test that one feature:

(virtualenv) ./manage.py test targets.tests.LogsAddHandlerTest --settings=test_server_django_logging.replace_settings

Change Log

[2017-1-18] 15:30 CDT

Added integration and testing of django-loggin-json. Includes use of custom handler in both extra and override mode.

[2017-1-18] 11:30 CDT

Initial project with a few tests and no integration (or testing) of django-logging-json

About

Django project for testing the DLP fork of django-logging-json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published