Coder Social home page Coder Social logo

fathom's People

Contributors

gruszczy avatar tomasz57 avatar

Watchers

 avatar

fathom's Issues

make tests run faster

Probably running tests could be made much faster, if all operations were done 
as a single transaction. This could be especially true for Sqlite, where there 
are supposed to be possible at most 60 transaction per second in a desktop 
environment. A good solution would be run all creates in setUp as a single 
transaction. If setUp or test itself fails, run all drops a separate 
transactions, because many of them may fail. If both setUp and test itself are 
fine, run drop as a single transaction. If it fails, run all drop operations 
again as separate transactions.

This should be done after 0.3.0 released, so development of 0.4.0 is faster.

Original issue reported on code.google.com by [email protected] on 22 Apr 2011 at 4:43

Python version

What steps will reproduce the problem?
1. Import the program.
2.
3.

What is the expected output? What do you see instead?
>>> import fathom
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/aklaver/python_virt/3.1/lib/python3.1/site-packages/fathom-0.2.0-py3.1.egg/fathom/__init__.py", line 6, in <module>
    from .utils import get_database_type
  File "/home/aklaver/python_virt/3.1/lib/python3.1/site-packages/fathom-0.2.0-py3.1.egg/fathom/utils.py", line 4, in <module>
    from argparse import ArgumentParser
ImportError: No module named argparse



What version of the product are you using? On what operating system?
Linux Ubuntu 10.04.2 LTS

Please provide any additional information below.
Seems that you need Python 3.2+. This should probably be spelled out more 
clearly.

Original issue reported on code.google.com by [email protected] on 11 Apr 2011 at 3:53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.