kuchtact / WiPPLPy

Easily access data from plasma devices in the Wisconsin Plasma Physics Laboratory (WiPPL).
https://wipplpy.readthedocs.io/en/latest/
2 stars 4 forks source link

Add tags to tests for those that need a remote connection #36

Open kuchtact opened 4 weeks ago

kuchtact commented 4 weeks ago

When running the test suite on GitHub, it should only do tests that don't require database access. On our computers we should run tests that both do and don't need database access.

Here's a nice article on pytest markers that would be useful for this pull request: https://pytest-with-eric.com/pytest-best-practices/pytest-markers/