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

Update readme and fix python tests #238

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Dec 23, 2020

  1. Configuration menu
    Copy the full SHA
    1631a9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    006b1fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc950df View commit details
    Browse the repository at this point in the history
  4. Update README

    ElectricRCAircraftGuy committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    3a7bc12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f594fc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca7d695 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    865c92f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    954fc37 View commit details
    Browse the repository at this point in the history
  9. Update README

    ElectricRCAircraftGuy committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    bb51c78 View commit details
    Browse the repository at this point in the history
  10. Fix deprecated warning in conftest.py

    ```
    test/conftest.py:66
      sshfs/build/test/conftest.py:66: PytestDeprecationWarning: @pytest.yield_fixture is deprecated.
      Use @pytest.fixture instead; they are the same.
        @pytest.yield_fixture(autouse=True)
    ```
    ElectricRCAircraftGuy committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    a1d58ae View commit details
    Browse the repository at this point in the history
  11. pytest.ini: fix test warning

    Warning:
    
    ```
    test/util.py:99
      sshfs/build/test/util.py:99: PytestUnknownMarkWarning: Unknown pytest.mark.uses_fuse - is this a typo?
      You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
        return pytest.mark.uses_fuse()
    ```
    
    References for the fix:
    
    1. https://stackoverflow.com/questions/60806473/pytestunknownmarkwarning-unknown-pytest-mark-xxx-is-this-a-typo/60813297#60813297
    1. https://docs.pytest.org/en/stable/mark.html
    ElectricRCAircraftGuy committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    03ee1f8 View commit details
    Browse the repository at this point in the history
  12. Add sample test output

    Changes to be committed:
    	modified:   ../README.md
    	new file:   ../test/README.md
    ElectricRCAircraftGuy committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    56b6763 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a91d12f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ab21324 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f923cd0 View commit details
    Browse the repository at this point in the history