My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Older

  • Nov 25, 2008
    issue 6 (python setup.py install fails) commented on by eric.holscher   -   Please try the new revision over at http://github.com/ericholscher/django-test-utils/tree/master . It doesn't have a setup.py, but if you add it to the python path, it should work as advertised.
    Please try the new revision over at http://github.com/ericholscher/django-test-utils/tree/master . It doesn't have a setup.py, but if you add it to the python path, it should work as advertised.
  • Nov 25, 2008
    issue 5 (Only works if your apps are in the main project directory) commented on by eric.holscher   -   Try out the new branch over at http://github.com/ericholscher/django-test-utils/tree/master It will look for apps like Django does, finding them if they're installed anywhere.
    Try out the new branch over at http://github.com/ericholscher/django-test-utils/tree/master It will look for apps like Django does, finding them if they're installed anywhere.
  • Nov 25, 2008
    issue 4 (Doesn't seem to work on windows) commented on by eric.holscher   -   Try out the new branch over at http://github.com/ericholscher/django-test-utils/tree/master which should hopefully fix some issues. If not, reply here.
    Try out the new branch over at http://github.com/ericholscher/django-test-utils/tree/master which should hopefully fix some issues. If not, reply here.
  • Nov 25, 2008
    issue 4 (Doesn't seem to work on windows) commented on by webiest   -   Has there been any movement on this issue?
    Has there been any movement on this issue?
  • Nov 25, 2008
    issue 5 (Only works if your apps are in the main project directory) commented on by kmmbvnr   -   Just tested. Checkout rev 30. Put it in PYTHON_PATH, not in project directory. Running just "./manage.py testmaker" produce os.mkdir(path.join(logdir, app, 'fixtures')) OSError: [Errno 2] No such file or directory: '$PROJECTPATH/all/fixtures' Running just "./manage.py testmaker -a myapp" starts the server, after keyboard interrapt $PROJECTPATH/myapp/test-testmaker.py created correctly
    Just tested. Checkout rev 30. Put it in PYTHON_PATH, not in project directory. Running just "./manage.py testmaker" produce os.mkdir(path.join(logdir, app, 'fixtures')) OSError: [Errno 2] No such file or directory: '$PROJECTPATH/all/fixtures' Running just "./manage.py testmaker -a myapp" starts the server, after keyboard interrapt $PROJECTPATH/myapp/test-testmaker.py created correctly
  • Nov 14, 2008
    issue 6 (python setup.py install fails) reported by MountainPaul   -   What steps will reproduce the problem? python setup.py install What do you see instead? C:\django\django-testmaker-read-only>python setup.py install running install running bdist_egg running egg_info writing django_testmaker.egg-info\PKG-INFO writing top-level names to django_testmaker.egg-info\top_level.txt writing dependency_links to django_testmaker.egg-info\dependency_links.txt Traceback (most recent call last): File "setup.py", line 11, in <module> include_package_data = True File "C:\Python25\lib\distutils\core.py", line 151, in setup dist.run_commands() File "C:\Python25\lib\distutils\dist.py", line 974, in run_commands self.run_command(cmd) File "C:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\install.py", line 76, in run File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\install.py", line 96, in do_egg_install File "C:\Python25\lib\distutils\cmd.py", line 333, in run_command self.distribution.run_command(command) File "C:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\bdist_egg.py", line 167, in run File "C:\Python25\lib\distutils\cmd.py", line 333, in run_command self.distribution.run_command(command) File "C:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\egg_info.py", line 171, in run File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\egg_info.py", line 252, in find_sources File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\egg_info.py", line 306, in run File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\egg_info.py", line 333, in add_defaults File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\sdist.py", line 45, in walk_revctrl File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\sdist.py", line 52, in _default_revctrl File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\sdist.py", line 98, in entries_finder NameError: global name 'log' is not defined What version of the product are you using? On what operating system? revision 30, windows vista, python 2.5 django 1.0
    What steps will reproduce the problem? python setup.py install What do you see instead? C:\django\django-testmaker-read-only>python setup.py install running install running bdist_egg running egg_info writing django_testmaker.egg-info\PKG-INFO writing top-level names to django_testmaker.egg-info\top_level.txt writing dependency_links to django_testmaker.egg-info\dependency_links.txt Traceback (most recent call last): File "setup.py", line 11, in <module> include_package_data = True File "C:\Python25\lib\distutils\core.py", line 151, in setup dist.run_commands() File "C:\Python25\lib\distutils\dist.py", line 974, in run_commands self.run_command(cmd) File "C:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\install.py", line 76, in run File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\install.py", line 96, in do_egg_install File "C:\Python25\lib\distutils\cmd.py", line 333, in run_command self.distribution.run_command(command) File "C:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\bdist_egg.py", line 167, in run File "C:\Python25\lib\distutils\cmd.py", line 333, in run_command self.distribution.run_command(command) File "C:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\egg_info.py", line 171, in run File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\egg_info.py", line 252, in find_sources File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\egg_info.py", line 306, in run File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\egg_info.py", line 333, in add_defaults File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\sdist.py", line 45, in walk_revctrl File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\sdist.py", line 52, in _default_revctrl File "C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\comm and\sdist.py", line 98, in entries_finder NameError: global name 'log' is not defined What version of the product are you using? On what operating system? revision 30, windows vista, python 2.5 django 1.0
  • Nov 02, 2008
    r30 (Added django's testserver command to patch against for djang...) committed by eric.holscher   -   Added django's testserver command to patch against for django 1.1 hopefully
    Added django's testserver command to patch against for django 1.1 hopefully
  • Oct 24, 2008
    r29 (Added basic ttagmaker functionality ) committed by eric.holscher   -   Added basic ttagmaker functionality
    Added basic ttagmaker functionality
  • Oct 22, 2008
    issue 5 (Only works if your apps are in the main project directory) reported by b...@squarefactor.com   -   What steps will reproduce the problem? 1. Create an apps folder in your project root with an __init__.py 2. Put your apps in that folder 3. You can start the testmaker by adding a / e.g. apps/appname (weird) What is the expected output? What do you see instead? When you exit the testmaker it errors out. It expects things to be in directories that don't exist because of the hierarchy. What version of the product are you using? On what operating system? trunk. ubuntu 8.10 Please provide any additional information below. If you want to see the session output I can send it to you directly, I just don't want to post it here. You can email me at bill/AT/squarefactor.com
    What steps will reproduce the problem? 1. Create an apps folder in your project root with an __init__.py 2. Put your apps in that folder 3. You can start the testmaker by adding a / e.g. apps/appname (weird) What is the expected output? What do you see instead? When you exit the testmaker it errors out. It expects things to be in directories that don't exist because of the hierarchy. What version of the product are you using? On what operating system? trunk. ubuntu 8.10 Please provide any additional information below. If you want to see the session output I can send it to you directly, I just don't want to post it here. You can email me at bill/AT/squarefactor.com
  • Oct 21, 2008
    issue 4 (Doesn't seem to work on windows) reported by webiest   -   What steps will reproduce the problem? On windows, run: python manage.py testmaker -a myappname What is the expected output? What do you see instead? should run server, I get: manage.py: error: no such option: -a What version of the product are you using? On what operating system? Testmaker is in: C:\Python24\Lib\site-packages\testmaker Running Django 0.96.2 Please provide any additional information below.
    What steps will reproduce the problem? On windows, run: python manage.py testmaker -a myappname What is the expected output? What do you see instead? should run server, I get: manage.py: error: no such option: -a What version of the product are you using? On what operating system? Testmaker is in: C:\Python24\Lib\site-packages\testmaker Running Django 0.96.2 Please provide any additional information below.
  • Oct 17, 2008
    r28 (Woops ) committed by eric.holscher   -   Woops
    Woops
  • Oct 04, 2008
    r27 (Fix random django error (temp) ) committed by eric.holscher   -   Fix random django error (temp)
    Fix random django error (temp)
  • Sep 24, 2008
    r26 (Fix signals output ) committed by eric.holscher   -   Fix signals output
    Fix signals output
  • Sep 11, 2008
    r25 (Major refactoring to use the new test signals ) committed by eric.holscher   -   Major refactoring to use the new test signals
    Major refactoring to use the new test signals
  • Aug 18, 2008
    issue 3 (Use repr instead of str to generate argument dicts) Status changed by eric.holscher   -   Fixed. Thanks!
    Status: Fixed
    Fixed. Thanks!
    Status: Fixed
  • Aug 18, 2008
    r24 (Fixed issue #3, thanks for the patch! ) committed by eric.holscher   -   Fixed issue #3 , thanks for the patch!
    Fixed issue #3 , thanks for the patch!
  • Aug 18, 2008
    issue 3 (Use repr instead of str to generate argument dicts) reported by kbussell   -   Otherwise, if your arguments contain embedded quote characters, you won't get valid python output.
    Otherwise, if your arguments contain embedded quote characters, you won't get valid python output.
  • Aug 13, 2008
    r23 (Updated to include the correct code :) ) committed by eric.holscher   -   Updated to include the correct code :)
    Updated to include the correct code :)
  • Aug 13, 2008
    r22 (Renamed to tstdata because test in management commands does ...) committed by eric.holscher   -   Renamed to tstdata because test in management commands does interesting things
    Renamed to tstdata because test in management commands does interesting things
  • Aug 13, 2008
    r21 (Added dumptestdata management command that is a standalone v...) committed by eric.holscher   -   Added dumptestdata management command that is a standalone version of the code that creates a fixture, with a 1-level deep following of foreignkeys
    Added dumptestdata management command that is a standalone version of the code that creates a fixture, with a 1-level deep following of foreignkeys
  • Aug 12, 2008
    r20 (Added a setup.py to the dist ) committed by eric.holscher   -   Added a setup.py to the dist
    Added a setup.py to the dist
  • Aug 12, 2008
    r19 (Fixed issue #2 ) committed by eric.holscher   -   Fixed issue #2
  • Aug 12, 2008
    issue 2 (Indention issue with post request) Status changed by eric.holscher   -   Fixed. Thanks
    Status: Closed
    Fixed. Thanks
    Status: Closed
  • Aug 12, 2008
    issue 2 (Indention issue with post request) changed by eric.holscher   -  
    Status: Fixed
    Owner: eric.holscher
    Status: Fixed
    Owner: eric.holscher
  • Aug 12, 2008
    issue 2 (Indention issue with post request) reported by phxx.de   -   In your middleware.py file you make two tabs before your output: log.info("\t\tr = c.get(%s)" % get_str) Though these tabs are missing in line 18: log.info("r = c.post(" + post_str + ")") This produces an error for me while running the generated tests. Ofcourse this is simple to change manually, but would be cool if you could fix this.
    In your middleware.py file you make two tabs before your output: log.info("\t\tr = c.get(%s)" % get_str) Though these tabs are missing in line 18: log.info("r = c.post(" + post_str + ")") This produces an error for me while running the generated tests. Ofcourse this is simple to change manually, but would be cool if you could fix this.
  • Aug 04, 2008
    r18 (Fixed bug ) committed by eric.holscher   -   Fixed bug
    Fixed bug
  • Aug 04, 2008
    r17 (Added foreignkey and many-to-many field following to fixture...) committed by eric.holscher   -   Added foreignkey and many-to-many field following to fixture creation
    Added foreignkey and many-to-many field following to fixture creation
  • Aug 03, 2008
    Ideas Wiki page edited by eric.holscher
  • Aug 03, 2008
    issue 1 (Problem with unicode data) Status changed by eric.holscher   -   Fixed. Thanks!
    Status: Fixed
    Fixed. Thanks!
    Status: Fixed
  • Aug 03, 2008
    r15 (Fixed Issue #1) committed by eric.holscher   -   Fixed Issue #1
  • Aug 03, 2008
    issue 1 (Problem with unicode data) reported by jens.persson   -   When creating tests for models containing "true" unicode data you get a stack dump due to a sting not being marked as unicode. I have included a patch Thanks for a useful app.
    When creating tests for models containing "true" unicode data you get a stack dump due to a sting not being marked as unicode. I have included a patch Thanks for a useful app.
  • Jul 27, 2008
    r14 (Fixed bug where it wouldn't get context's sometimes ) committed by eric.holscher   -   Fixed bug where it wouldn't get context's sometimes
    Fixed bug where it wouldn't get context's sometimes
  • Jul 27, 2008
    r13 (Changed from doc tests to unit tests, now with real fixture ...) committed by eric.holscher   -   Changed from doc tests to unit tests, now with real fixture support
    Changed from doc tests to unit tests, now with real fixture support
  • Jul 26, 2008
    r12 (Threw the runserver code into my app because that's the only...) committed by eric.holscher   -   Threw the runserver code into my app because that's the only way to make it work
    Threw the runserver code into my app because that's the only way to make it work
  • Jul 26, 2008
    Ideas Wiki page edited by eric.holscher
  • Jul 24, 2008
    r10 (Lots of updates, options, fixtures, tests/ etc. ) committed by eric.holscher   -   Lots of updates, options, fixtures, tests/ etc.
    Lots of updates, options, fixtures, tests/ etc.
  • Jul 24, 2008
    r9 (Code is now sexy. w00t ) committed by eric.holscher   -   Code is now sexy. w00t
    Code is now sexy. w00t
  • Jul 24, 2008
    r8 (Added a management command that puts it into the Middleware ...) committed by eric.holscher   -   Added a management command that puts it into the Middleware stack so you don't have to edit your settings file (except to put the app in your installed_apps)
    Added a management command that puts it into the Middleware stack so you don't have to edit your settings file (except to put the app in your installed_apps)
  • Jul 24, 2008
    Ideas Wiki page edited by eric.holscher
  • Jul 24, 2008
    Ideas Wiki page edited by eric.holscher
  • Jul 24, 2008
    Ideas Wiki page added by eric.holscher
  • Jul 23, 2008
    r4 (Updated to screencast ) committed by eric.holscher   -   Updated to screencast
    Updated to screencast
  • Jul 23, 2008
    r3 (Added post support ) committed by eric.holscher   -   Added post support
    Added post support
  • Jul 23, 2008
    r2 (Initial commit ) committed by eric.holscher   -   Initial commit
    Initial commit
  • Jul 23, 2008
    Project django-testmaker created by eric.holscher   -   Makes tests for you!
    Makes tests for you!
 
Hosted by Google Code