mirror of
https://github.com/Rikj000/MoniGoMani.git
synced 2022-03-06 00:08:05 +03:00
Added main interface test
This commit is contained in:
16
tests/test_mgm_hurry_interface.py
Normal file
16
tests/test_mgm_hurry_interface.py
Normal file
@@ -0,0 +1,16 @@
|
||||
import pytest
|
||||
|
||||
'''
|
||||
This unit test file will help while splitting mgm-hurry
|
||||
into more modular code.
|
||||
|
||||
1. Create unit test for specific functionality
|
||||
- Verify unit test succeeds
|
||||
2. Split and modularize code
|
||||
3. Run unit test
|
||||
- Verify unit test still succeeds
|
||||
'''
|
||||
|
||||
@pytest.mark.skip(reason="Test not implemented.")
|
||||
def test_basic_usage():
|
||||
assert NotImplemented
|
||||
Reference in New Issue
Block a user