Skip to content

Commit 19876fd

Browse files
committed
test: replace broken tests, add coverage for dataclasses/widgets/module
- Delete test_controller.py, test_state.py (imported removed modules) - Add test_dataclasses.py (defaults, mutations, mapper wiring, presets) - Add test_widgets.py (buttons helper, f-string regression, exports) - Add test_module.py (module.setup no-op) - Update test_smoke.py (trame entry point import tests) - 138 tests passing
1 parent 517a4f8 commit 19876fd

8 files changed

Lines changed: 586 additions & 562 deletions

File tree

README.md

Lines changed: 172 additions & 241 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "trame-colormaps"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "Self-contained colormap module for VTK color transfer functions in Trame apps"
99
readme = "README.md"
1010
license = {text = "BSD-3-Clause"}

tests/test_controller.py

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)