Skip to content

Commit ca9c6b0

Browse files
author
Ram Rachum
committed
-
1 parent 693248c commit ca9c6b0

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

garlicsim_wx/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright 2009-2011 Ram Rachum. No part of this program may be used, copied
44
# or distributed without explicit written permission from Ram Rachum.
55

6-
'''Setuptools setup file for garlicsim_wx.'''
6+
'''Setuptools setup file for `garlicsim_wx`.'''
77

88
import os.path
99
import sys

garlicsim_wx/test_garlicsim_wx/test_general_misc/test_misc_tools/test_find_clear_place_on_circle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
from garlicsim_wx.general_misc.misc_tools import find_clear_place_on_circle
99

1010
def test_wraparound():
11+
'''Test when clear place is on the wraparound.'''
1112
result = find_clear_place_on_circle((0.3, 0.5, 0.8), 1)
1213
nose.tools.assert_almost_equal(result, 0.05)

misc/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2009-2011 Ram Rachum.
2+
# This program is distributed under the LGPL2.1 license.
3+
4+
'''Miscellaenous stuff.'''
5+

misc/testing/README.markdown

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)