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

Switch to py.test #151

Merged
merged 47 commits into from
May 22, 2016
Merged

Switch to py.test #151

merged 47 commits into from
May 22, 2016

Commits on May 21, 2016

  1. Configuration menu
    Copy the full SHA
    4a587df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace8043 View commit details
    Browse the repository at this point in the history
  3. Ignore .cache/ and .eggs/

    tony committed May 21, 2016
    Configuration menu
    Copy the full SHA
    553ac81 View commit details
    Browse the repository at this point in the history
  4. switch window rename to use sh shell as test

    "top" wasn't working on OS X
    tony committed May 21, 2016
    Configuration menu
    Copy the full SHA
    dfa1cb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c18356 View commit details
    Browse the repository at this point in the history
  6. reorder test deps

    tony committed May 21, 2016
    Configuration menu
    Copy the full SHA
    bd6616a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82ed172 View commit details
    Browse the repository at this point in the history
  8. Try upgrading setuptools

    tony committed May 21, 2016
    Configuration menu
    Copy the full SHA
    79b981b View commit details
    Browse the repository at this point in the history
  9. Upgrade pytest

    tony committed May 21, 2016
    Configuration menu
    Copy the full SHA
    06779a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20b3fd1 View commit details
    Browse the repository at this point in the history
  11. Omit tests/ dir from coveragerc

    tony committed May 21, 2016
    Configuration menu
    Copy the full SHA
    9bfd122 View commit details
    Browse the repository at this point in the history
  12. remove run-tests.py

    tony committed May 21, 2016
    Configuration menu
    Copy the full SHA
    8f380b6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a06bc09 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2c467b3 View commit details
    Browse the repository at this point in the history
  15. flake8 for tests also

    tony committed May 21, 2016
    Configuration menu
    Copy the full SHA
    03df8df View commit details
    Browse the repository at this point in the history
  16. Refactor tests for py.test fixture, polish

    - sort imports, clean out unused
    - clean up pydoc for modules, no need to keep headers there
    - keep t (tmuxp.server.Server) out of the global namespace
    tony committed May 21, 2016
    Configuration menu
    Copy the full SHA
    bd7e8f9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d416a53 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bebbd88 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    120106c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    713a5e8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2016

  1. midway commit of py.test function rewrite test_config

    Start moving yaml/python fixtures to separate files
    tony committed May 22, 2016
    Configuration menu
    Copy the full SHA
    43b4973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5abc75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2823379 View commit details
    Browse the repository at this point in the history
  4. move sample config to fixture

    tony committed May 22, 2016
    Configuration menu
    Copy the full SHA
    41e89ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9314c5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9b1de0 View commit details
    Browse the repository at this point in the history
  7. Briefen fixture name

    tony committed May 22, 2016
    Configuration menu
    Copy the full SHA
    fcd54c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cbeac7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3141d81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e788ab5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f8adcb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4316aa0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    10b8eb8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    795df2e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    781129b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    faa771a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    66a9493 View commit details
    Browse the repository at this point in the history
  18. port test_tmuxobject to py.test

    tony committed May 22, 2016
    Configuration menu
    Copy the full SHA
    b9eb738 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f877bae View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7df1b3c View commit details
    Browse the repository at this point in the history
  21. convert rest tests to py.test

    tony committed May 22, 2016
    Configuration menu
    Copy the full SHA
    8225be1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e7b0591 View commit details
    Browse the repository at this point in the history
  23. remove unittest2 dep

    tony committed May 22, 2016
    Configuration menu
    Copy the full SHA
    310ebcc View commit details
    Browse the repository at this point in the history
  24. Fix indentation in setup.py

    tony committed May 22, 2016
    Configuration menu
    Copy the full SHA
    586456b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    447f917 View commit details
    Browse the repository at this point in the history
  26. rm unittest2 dep from tox

    tony committed May 22, 2016
    Configuration menu
    Copy the full SHA
    91ccb36 View commit details
    Browse the repository at this point in the history
  27. Update doc for pytest

    tony committed May 22, 2016
    Configuration menu
    Copy the full SHA
    2fab3a0 View commit details
    Browse the repository at this point in the history