This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2019-01-23 15:55:04 +00:00
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.xfail(reason='Test not developed')
|
|
|
|
def test_create_inventory():
|
|
|
|
"""Tests creating an inventory with an user."""
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.xfail(reason='Test not developed')
|
|
|
|
def test_create_existing_inventory():
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.xfail(reason='Test not developed')
|
|
|
|
def test_delete_inventory():
|
2019-02-04 12:38:46 +00:00
|
|
|
"""Tests deleting an inventory without
|
|
|
|
disturbing other inventories (ex. keeping commmon db), and
|
|
|
|
removing its traces in common (no inventory row in inventory table).
|
|
|
|
"""
|