Wrote README.md and created .gitignore

This commit is contained in:
2025-07-23 14:16:03 +02:00
parent 6d7adaa434
commit 8789c346bb
4 changed files with 101 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# This module defines fixtures which are shared for all tests of motor "rot1".
import pytest
from common import TurboPMAC, read_config
import time
from common import TurboPMAC
@pytest.fixture(autouse=True)
def motor():
+2 -2
View File
@@ -1,8 +1,8 @@
# This module defines fixtures which are shared for all tests of motor "rot1".
import pytest
from common import TurboPMAC, read_config
import time
from common import TurboPMAC
@pytest.fixture(autouse=True)
def motor():