summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Collapse)AuthorAgeFilesLines
...
* Initially passing testTimothy Crosley2020-08-262-5/+23
|
* Add code snipet integration testissue/1393/add-property-based-testing-of-complex-code-snippetTimothy Crosley2020-08-262-0/+161
|
* Re-enabling Airflow integration tests.Tamas Szabo2020-08-261-5/+0
| | | | | | Airflow's (very quick!) fix: https://github.com/apache/airflow/pull/10557
* Disable airflow integration tests temporarily.Tamas Szabo2020-08-251-0/+5
| | | | | | | | | | Airflow just enabled Black on api_connexion and providers packages. They've updated their pre-commit hooks, but forgot to update the isort section in setup.cfg to ignore all those files. Left a comment for them to update their setup.cfg. https://github.com/apache/airflow/pull/10543#issuecomment-680231216
* lint fixesJames Winegar2020-08-231-12/+55
|
* integration test clones should be shallowJames Winegar2020-08-231-14/+14
| | | There's no need for history of the repo to check isort.
* Update test_projects_using_isort.pyTimothy Edmund Crosley2020-08-231-1/+1
|
* Fix linting errors due to overly long linesTimothy Crosley2020-08-231-12/+39
|
* Add several projects to integration testTimothy Crosley2020-08-232-11/+83
|
* Start work to separate integration and unit testsseparate-integration-testTimothy Crosley2020-08-232-0/+107