Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/webapp
Commit message (Expand)AuthorAgeFilesLines
* bind pollster to poll in scenario "Upload .encuesta file (issue 4774)"Code Raguet2013-10-111-0/+2
* change pollster meta-data to a valid oneCode Raguet2013-10-111-2/+2
* change poll_id to a valid oneCode Raguet2013-10-111-2/+2
* New featureRogelio Mita2013-10-112-0/+3590
* Change contentRogelio Mita2013-10-042-2/+28
* New scenario: "Upload two .poll_result with the same content at the same time"Rogelio Mita2013-10-043-0/+24
* Remove selenium from load_file functionRogelio Mita2013-10-041-2/+2
* Step load_file_name admit positionRogelio Mita2013-10-041-3/+3
* load_file function admit positionRogelio Mita2013-10-041-2/+4
* New step when_i_upload_loaded_filesRogelio Mita2013-10-041-0/+7
* Refactor step upload_file_nameRogelio Mita2013-10-041-1/+7
* New step load_file_nameRogelio Mita2013-10-041-0/+6
* Refactor step upload_file_nameRogelio Mita2013-10-041-3/+8
* refactor UnploadPollResultFormView to use authored_by from PollResultFileCode Raguet2013-10-031-1/+1
* disable pylint warn for docstrings (C0111)Code Raguet2013-10-031-0/+1
* rename step function from and_poll_has_poll_result to poll_has_resultCode Raguet2013-10-031-1/+1
* refactor step to get poll from parameter instead of worldCode Raguet2013-10-031-4/+4
* move variable poll to function topCode Raguet2013-10-031-1/+1
* use open_poll fixture on feature "Researcher can't modify poll's structure"Code Raguet2013-10-031-3/+3
* Add missing fixture for scenario: "Upload .poll_result with a poll not assign...Rogelio Mita2013-10-031-0/+1
* New scenario: "Upload .poll_result with a poll not assigned to logged in poll...Rogelio Mita2013-10-032-0/+13
* New scenario: "Upload .poll_result wich its not authored by logged in pollster"Rogelio Mita2013-10-032-0/+13
* New scenario: "Upload .poll_result file which its content had been uploaded" ...Rogelio Mita2013-10-022-0/+19
* Add new Scenario: "Upload .poll_result file that exists already"Rogelio Mita2013-10-021-0/+12
* get fixtures_path from worldCode Raguet2013-10-021-2/+1
* move variable definitions to function topCode Raguet2013-10-021-2/+3
* Change expected message in Scenario: "Invalid .poll_result file"Rogelio Mita2013-10-021-1/+2
* New scenario: "Invalid .poll_result file" for feature: "Upload .poll_result f...Rogelio Mita2013-10-021-0/+6
* Add invalid.poll_result fixtureRogelio Mita2013-10-021-0/+0
* Change regex to match without Then prefix in step "i_should_see_a_message_tha...Rogelio Mita2013-10-021-1/+1
* Removing unnused variable from worldRogelio Mita2013-10-021-1/+0
* Refactor: step "upload_file_name" get result_file_path from fixtures pathRogelio Mita2013-10-021-1/+8
* Move create_results_dir to utils for testRogelio Mita2013-10-011-9/+2
* refactor step "and_encuestador_is_binded_to_poll" to get poll_id by poll_nameCode Raguet2013-10-013-13/+15
* change RESULT_BCK_ROOT from /tmp to /tmp/results_bckCode Raguet2013-10-011-1/+1
* add create_results_dir functionCode Raguet2013-10-011-0/+8
* add valid.poll_result fixtureCode Raguet2013-10-011-0/+6
* refactor get_poll_by_name function: pylint W0110Code Raguet2013-10-011-1/+1
* load closed_poll from fixtureCode Raguet2013-10-012-2/+3
* refactor load_mongo_fixture func to search in poll's fixturesCode Raguet2013-10-011-3/+10
* refactor step "and_poll_name_exists" to check if poll is already loadedCode Raguet2013-10-011-1/+4
* change scenario steps to use fixture base stepsCode Raguet2013-10-011-3/+3
* load mongo generic pollster fixture before each featureCode Raguet2013-10-011-0/+1
* add load_mongo_fixture functionCode Raguet2013-10-011-0/+13
* change step regex from Given I am logged in as "([^"]*)" to I am logged in as...Code Raguet2013-10-011-1/+1
* change step name from given_i_am_logged_in_as_rol to i_am_logged_in_as_rolCode Raguet2013-10-011-1/+1
* add "Pollster" parameter to step "i_am_logged_in_as_rol"Code Raguet2013-10-011-1/+2
* load fixtures in "Upload .poll_result files" featureCode Raguet2013-10-011-1/+2
* load generic_pollster fixture in terrainCode Raguet2013-10-011-0/+1
* add fixtures_path to lettuce worldCode Raguet2013-09-301-0/+4