mfebrizio / fr-toolbelt

Toolbelt of classes and functions written in Python to use with the Federal Register API.
MIT License
1 stars 0 forks source link

Convert tests from traditional module to pytest #4

Closed mfebrizio closed 3 months ago

mfebrizio commented 8 months ago

Tests were initially developed to be run as a module with -m switch, rather than with a testing framework. Plan to convert these to pytest.

mfebrizio commented 3 months ago

Closed with #13