Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 723 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 723 Bytes

CHANGELOG: karpyncho-stdout-context

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • TestCaseReloadableURL inherits from django.test.SimpleTestCase instead of django.test.TestCase
  • added default None value for reload_urls's url_module parameter

[0.1.1] - 2023-04-15

Fixed

  • Removed init.py for namespace package karpyncho

[0.1.0] - 2023-04-04

  • first version with
    • TestCaseReloadableURL class
    • reload_urls method
    • all tests with 100% coverage

Features