Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add tests #8

Closed
wants to merge 44 commits into from
Closed

[WIP] Add tests #8

wants to merge 44 commits into from

Commits on Mar 20, 2017

  1. split interface creators

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    68cb132 View commit details
    Browse the repository at this point in the history
  2. Fix image

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    f66e890 View commit details
    Browse the repository at this point in the history
  3. Minor fix

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    5fade0b View commit details
    Browse the repository at this point in the history
  4. add spec infra and one test

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    97be3f2 View commit details
    Browse the repository at this point in the history
  5. fix npm test command

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    42f6ee2 View commit details
    Browse the repository at this point in the history
  6. use simpler test command

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    34c97f1 View commit details
    Browse the repository at this point in the history
  7. Adds .travis.yml

    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    b3ea4b1 View commit details
    Browse the repository at this point in the history
  8. ES6 for tests

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    b183e92 View commit details
    Browse the repository at this point in the history
  9. travis: use gcc 4.8

    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    939753f View commit details
    Browse the repository at this point in the history
  10. travis: adds missing ppa

    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    1c3cab1 View commit details
    Browse the repository at this point in the history
  11. travis: adds dbus headers

    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8bb1970 View commit details
    Browse the repository at this point in the history
  12. travis: adds glib headers

    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    045ca2f View commit details
    Browse the repository at this point in the history
  13. travis: adds expat headers

    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    34e8f2b View commit details
    Browse the repository at this point in the history
  14. travis: use amd64 expat

    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8d9fa3c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5354e76 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ad12c1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bfc1725 View commit details
    Browse the repository at this point in the history
  18. travis: switch to trusty

    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    f7d1844 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fef472d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    27b2aef View commit details
    Browse the repository at this point in the history
  21. Test more events/methods

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    c2948a4 View commit details
    Browse the repository at this point in the history
  22. separate helpers

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    d6ee233 View commit details
    Browse the repository at this point in the history
  23. Test events one by one

    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    e60bdf0 View commit details
    Browse the repository at this point in the history
  24. Enable strict mode for tests

    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    633d538 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3380d6d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    aa08be0 View commit details
    Browse the repository at this point in the history
  27. Add lint npm entry

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    52e6324 View commit details
    Browse the repository at this point in the history
  28. Run eslint on spec dir

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    467a64e View commit details
    Browse the repository at this point in the history
  29. Wrap

    > mpris-service@1.1.2 test /media/yury/MYMEDIA/Projects/mpris-service
    > jasmine
    
    Started
    .
    
    1 spec, 0 failures
    Finished in 0.048 seconds into DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-Tg2o4rKv4u,guid=d193d37b73e899331455da3c57b06a0a
    DBUS_SESSION_BUS_PID=15599
    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    cf39d2d View commit details
    Browse the repository at this point in the history
  30. WIP. Add root spec

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    72388bc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ec74b09 View commit details
    Browse the repository at this point in the history
  32. Revert "wip: try to close dbus connection"

    This reverts commit da7db6d.
    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    0206aca View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    936b372 View commit details
    Browse the repository at this point in the history
  34. Test Playlists event

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    49dc994 View commit details
    Browse the repository at this point in the history
  35. Test TrackList methods

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    0b34343 View commit details
    Browse the repository at this point in the history
  36. Idiomatic promises

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    dbe8a12 View commit details
    Browse the repository at this point in the history
  37. Use .once for events

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    b109c1b View commit details
    Browse the repository at this point in the history
  38. Add basic PropertiesChanged test

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    bb8d6d2 View commit details
    Browse the repository at this point in the history
  39. Use .reduce for serial promises

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    d5fd4d6 View commit details
    Browse the repository at this point in the history
  40. Rework method testing pattern

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    bb6c628 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d0345bc View commit details
    Browse the repository at this point in the history
  42. get interface once

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    1e1c917 View commit details
    Browse the repository at this point in the history
  43. Add more signals tests

    YurySolovyov authored and emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8850fb7 View commit details
    Browse the repository at this point in the history
  44. Fixes copypasta

    emersion committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    09f6005 View commit details
    Browse the repository at this point in the history