Граф коммитов

18 Коммитов

Автор SHA1 Сообщение Дата
= 8ea63753ce because nothing ever is easy in life 2022-01-11 17:56:23 +01:00
= 37c9e5b997 sphinx and m2r extension changed to m2r2 due to no support 2022-01-11 17:50:13 +01:00
Ben Wu e42d0a9d23
Update dependencies to fix ci (#354) 2020-12-16 11:51:45 -05:00
Anthony Miyaguchi 34ef118094 Downgrade from py36 to py35 for infrastructure compatibility 2019-01-09 10:19:30 -08:00
Anthony Miyaguchi a89036f77c Add README to documentation 2019-01-04 13:08:56 -08:00
Anthony Miyaguchi 3eaca1efc4 Add documentation generation to tox 2019-01-04 13:08:56 -08:00
Anthony Miyaguchi 8a257446f2 Add black to tox 2018-12-21 10:36:44 -08:00
Anthony Miyaguchi d2cb4fe240 Update tox for multiple python versions 2018-12-21 10:36:44 -08:00
William Lachance ae28c7bda3 Pin version of flake8 to 3.6.0 (current latest)
As things stand, tox can magically update flake8 on us and cause build
breakage.
2018-10-25 09:13:57 -07:00
Anthony Miyaguchi e906aa5ffe Remove `develop` and use `sdist` for testing 2018-08-14 13:08:28 -07:00
Anthony Miyaguchi 68b77ede3d Bug 1470279 - Add parallel tests in CircleCI 2018-08-14 13:08:28 -07:00
Anthony Miyaguchi 9718d60237 Fix issue #79 - Use pyspark via pip instead of docker 2017-09-11 19:39:07 +02:00
Anthony Miyaguchi 33d30aa665 Bug 1376808 - Package python_mozetl test infrastructure in docker 2017-06-30 12:44:14 -04:00
Ryan Harter efac040b70 Fix flake8 errors and add flake8 tests to tox 2017-05-18 12:24:56 -04:00
Anthony Miyaguchi 87b9e09c18 Fix issue #34 caused by missing mock dependency
The update to mock 1.0.0 introduces a missing dependency, but also fixes
an older issue of mock not interacting well with pyspark. This removes
monkeypatching for older tests.
2017-05-17 12:57:21 -07:00
Anthony Miyaguchi ef153bf858 Bug 1357875 - Add `topline_dashboard` to python_etl
This is the initial commit of the topline dashboard that outlines the
general approach to moving the data around. The data will simply be a
union of historical data and the slightly reformatted topline data. This
uses moto for mocking boto3.
2017-05-01 10:24:01 -07:00
Jannis Leidel bad1e83ca9 Rename python_etl to mozetl.
- move Spark test fixture into pytest conftest.py module
- rename basic_etl to just basic
2017-04-25 12:51:27 -04:00
Anthony Miyaguchi 394d32b2ef Add .travis.yml and tox.ini for automated testing
This uses tox for setting up the environment and test-runner. The
dependencies for this are added to setup.py if you want to run pytest
manually with your own virtual environment, while tox is used for
automatically setting up the environment.

This will run tests with dependencies on spark on travis, and then send
the results to codecov.io.
2017-04-12 11:07:51 -07:00