pyfunct icon indicating copy to clipboard operation
pyfunct copied to clipboard

A small framework to organize python functional web tests

Results 4 pyfunct issues
Sort by recently updated
recently updated
newest added

Currently, the documentation does not specify how to setup the environment and run pyfunct's tests. I believe we must take the following actions: - Pick a default test runner and...

Sometimes, the number of actions can get pretty big, so It'd be a good idea to provide a way of making it modular, which will make possible to organize them...

Today, it's only possible to choose the browser globally. Add an option to switch it into testcases.

Now, a new browser is created on every setUp, which slows down the tests. Usually you don't need a new instance, so make it possible to reuse the last browser...