Lettuce vs Behave

2013-08-16 Thread cutems93
I found that BDD is a very good philosophy for coding and checking my program, and I decided to use either of these two software. However, it seems these two are very similar in the way they function. As professionals, what do you prefer and why? --

Re: Python testing tools

2013-07-30 Thread cutems93
On Tuesday, July 23, 2013 3:51:00 PM UTC-7, Ben Finney wrote: cutems93 ms2...@cornell.edu writes: On Saturday, July 20, 2013 1:11:12 AM UTC-7, Ben Finney wrote: You will find these discussed at the Python Testing Tools Taxonomy URL:http://wiki.python.org/moin

Re: Python testing tools

2013-07-23 Thread cutems93
On Saturday, July 20, 2013 1:11:12 AM UTC-7, Ben Finney wrote: cutems93 ms2...@cornell.edu writes: I am currently doing some research on testing software for Python. I found that there are many different types of testing tools. These are what I've found. You will find

Re: Python testing tools

2013-07-23 Thread cutems93
On Tuesday, July 23, 2013 11:04:23 AM UTC-7, Skip Montanaro wrote: Thank you, but I already read this page before I posted this question. What I want to know is whether you personally use these tools other than unit testing tools. I tried using one of the mock tools a few years

Re: Python testing tools

2013-07-23 Thread cutems93
On Tuesday, July 23, 2013 11:33:10 AM UTC-7, Skip Montanaro wrote: Thank you! What tool do you use for coverage? coverage. :-) And have you used pychecker? Yes, in fact, I used to use a wrapper script I wrote that ran both pylint and pychecker, then massaged the output

Python testing tools

2013-07-19 Thread cutems93
I am currently doing some research on testing software for Python. I found that there are many different types of testing tools. These are what I've found. 1.Unit test 2.Mock test 3.Fuzz test 4.Web test 5.Acceptance/business logic test 6.GUI test 7.Source code checking 8.Code coverage

Important features for editors

2013-07-04 Thread cutems93
I am researching on editors for my own reference. I found that each of them has some features that other don't, but I am not sure which features are significant/necessary for a GOOD editor. What features do you a good editor should have? Keyboard shortcuts? Extensions? Thanks! Min --

Python development tools

2013-06-23 Thread cutems93
Hello, I am new to python development and I want to know what kinds of tools people use for python development. I went to Python website and found several tools. 1. Automated Refactoring Tools 2. Bug Tracking 3. Configuration And BuildTools 4. Distribution Utilities 5. Documentation Tools 6.

Re: Python development tools

2013-06-23 Thread cutems93
On Sunday, June 23, 2013 1:40:07 PM UTC-7, cutems93 wrote: Hello, I am new to python development and I want to know what kinds of tools people use for python development. I went to Python website and found several tools. 1. Automated Refactoring Tools 2. Bug Tracking 3

Re: Version Control Software

2013-06-13 Thread cutems93
Thank you everyone for such helpful responses! Actually, I have one more question. Does anybody have experience with closed source version control software? If so, why did you buy it instead of downloading open source software? Does closed source vcs have some benefits over open source in some

Version Control Software

2013-06-12 Thread cutems93
I am looking for an appropriate version control software for python development, and need professionals' help to make a good decision. Currently I am considering four software: git, SVN, CVS, and Mercurial. Of course, I already did some research on different characteristics of version software,