zauberzeug / rosys

An all-Python robot system based on web technologies. The purpose is similar to ROS, but it's based on NiceGUI and easier to use for mobile robotics.
https://rosys.io
MIT License
78 stars 10 forks source link

Prevent log config from loading for other pytest projects #141

Closed rodja closed 3 months ago

rodja commented 3 months ago

This pull request moves the log setup into the integration test fixture to prevent it from loading when pytest loads all fixtures. Before the log formatting was applied to all pytests as long as rosys is installed via pip.