django-configurations/tests
Sven Aßmann 4018f7b42a - add late_binding to value with default False
- this enables a value to load from environment if the env variable name is given at construction time
- cache value of environment value now in property value
- add __new__ to allow a construction of a given type from environment directly. In this case now Value instance is constructed but an instance of the desired type that is covered by the Value implementation. For Value it is str, for DictValue it is dict etc.
- extend tests for this new behavior
- extend test coverage for some other places
2014-05-02 22:51:48 +02:00
..
settings Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00
__init__.py Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00
test_inheritance.py Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00
test_main.py Fixed a 1.7.x test. 2013-11-26 15:46:53 +01:00
test_values.py - add late_binding to value with default False 2014-05-02 22:51:48 +02:00
urls.py Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00