1
0
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:
topscoder
2021-07-16 09:46:08 +02:00
parent 26a961cb3c
commit d5082f5bc6

View 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