Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

bsmedberg/configman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

configman

(c) Mozilla

General tool for setting up configuration options per namespaces. Supports reading and writing configs generally from and into config files.

Running tests

We use nose to run all the unit tests. To run the whole suite just run:

cd configman
nosetests

If you want to run a specific test in a testcase class you might consider this command:

nosetests configman.tests.test_config_manager:TestCase.test_write_flat

To run with test coverage calculation run nosetests like this:

nosetests --with-coverage --cover-html --cover-package=configman

About

the grand unified configuration system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%