-
@SherineAwad asked for some papers on reproducibility and good practice -- we thought we'd do several. please add any suggestions you have to this list.
```
Better reporting for better research: a ch…
-
```
This seems to be inconsistent with the WSGI spec. However it has been
pointed out that this default behaviour creates problem for some cases.
(http://code.google.com/p/wsgi-intercept/issues/deta…
-
-
**Is your feature request related to a problem? Please describe.**
While tackling a few issues in this list, I realize that the various components have a few dependencies that might be worth updating…
-
Write unittests for the GUI, maybe with squish.
Try to cover use-cases of #5
-
**Is your feature request related to a problem? Please describe.**
Many graphical components are now written using typescript .tsx, and it can be awkward to create components that interface to them f…
-
Once you build the project, the index.html pages will feature the following unreadable link:
``
as a result, the microsite won't be able to find the right fonts. I'm far from an expert but my gu…
-
`--with-profile` pulls crap like this:
```
t common --with-profile
nosetests --verbosity 1 common --with-progressive -s --with-profile
Creating test database for alias 'default'...
Creating test data…
-
```
See Python issue 10502
http://bugs.python.org/issue10502
Add the unittestgui test runner, built with Tk.
The unittestgui runner can be found at:
https://bitbucket.org/markroddy/unittestgui…
-
```
PyChess needs better documentation. It should be added by creating a
__doc__ string in most methods and functions, e.g.:
def function ():
""" This is documentation
This function does no …