Lines Matching refs:Squeezer
12 Squeezer
82 """Tests for the Squeezer class."""
96 """Create an actual Squeezer instance with a mock EditorWindow."""
99 squeezer = Squeezer(editor_window)
117 """Test Squeezer.count_lines() with various inputs."""
139 """Test the creation of Squeezer instances."""
146 """Test Squeezer's overriding of the EditorWindow's write() method."""
158 """Test Squeezer's overriding of the EditorWindow's write() method."""
172 """Test Squeezer's overriding of the EditorWindow's write() method."""
295 Squeezer.reload()
300 """Test that Squeezer.reload() runs without any instances existing."""
301 Squeezer.reload()
309 """Helper for tests: Create a mock Squeezer object."""
355 # (this is normally done by the Squeezer class).
385 # (this is normally done by the Squeezer class).