centaurialpha / pireal

Relational Algebra Interpreter writting in Python and Qt
GNU General Public License v3.0
32 stars 6 forks source link

Warning when run make test #64

Closed centaurialpha closed 5 years ago

centaurialpha commented 5 years ago

Cuando se ejecuta make test, pytest devuelve:

===================================================================================== warnings summary ======================================================================================
/home/gabox/.virtualenvs/pireal/lib/python3.7/site-packages/_pytest/mark/structures.py:332
  /home/gabox/.virtualenvs/pireal/lib/python3.7/site-packages/_pytest/mark/structures.py:332: PytestUnknownMarkWarning: Unknown pytest.mark.testgui - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

-- Docs: https://docs.pytest.org/en/latest/warnings.html
centaurialpha commented 5 years ago

Fixed in #71