diff --git a/AUTHORS.rst b/AUTHORS.rst index 55d4542..59662ec 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -10,4 +10,4 @@ Development Lead Contributors ------------ -None yet. Why not be the first? +* Dmitry Budaev diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3f7b1ff..519b6b0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -112,3 +112,8 @@ To run a subset of tests:: $ py.test tests.test_tiingo + +To regenerate fixture remove it from tests/fixtures and run tests again:: + + $ rm tests/fixtures/NAME.yaml + $ py.test