Skip to content
Extraits de code Groupes Projets
  1. fév. 14, 2016
  2. jan. 12, 2016
  3. déc. 01, 2015
  4. nov. 19, 2015
  5. sept. 02, 2015
  6. avr. 07, 2015
  7. nov. 17, 2014
  8. nov. 16, 2014
  9. oct. 13, 2014
  10. oct. 06, 2014
  11. oct. 05, 2014
  12. juil. 10, 2014
  13. juil. 09, 2014
  14. juin 10, 2014
  15. fév. 20, 2014
    • diosmosis's avatar
      Refactoring testing framework: · 612720f6
      diosmosis a rédigé
      - Rename *_BaseFixture to Fixture.
      - Move DB setup code to Fixture and reuse code in DatabaseTestCase.
      - Make IntegrationTestCase::$defaultApiNotToCall an instance var.
      612720f6
  16. oct. 15, 2013
  17. oct. 08, 2013
  18. août 22, 2013
  19. août 02, 2013
  20. avr. 20, 2013
    • mattab's avatar
      Fixes #3904: · 35f975ac
      mattab a rédigé
       * new segment 'siteSearchKeyword'
      Fixes #3903, #3905:
       * adding few fields in the Live API output to accomodate getSuggestedValuesForSegment
       * renamed other fields for consistency with segment names
      Fixes #3906:
       * new API: getSuggestedValuesForSegment which returns top suggested values for a particular segment. It uses the Live.getLastVisitsDetails API to fetch the most recently used values, and will show the most used values first
      
       * Adding tests for everything. The test case actually generates data for all segments so that VisitsSummary.get returns some data for each of the 47 segments being tested returns some data.
        How it works:
        * generate extended data in fixture
        * Tests (1) call getSuggestedValuesForSegment for each segment, check there is some data returned for each segment
        * get the first suggested value from the list,
        * Tests (2) call VisitsSummary.get with this segment value, eg. countryCode==ru.
          * I worked this way for all 47 segments until all tests had some data ==> now we know that all segments have been tested and that the auto suggest works for all segments. TDD FTW!
      35f975ac
  21. mars 27, 2013
  22. mars 11, 2013
  23. fév. 05, 2013
  24. août 05, 2012
  25. août 02, 2012
  26. août 01, 2012
  27. juil. 30, 2012
Chargement en cours