Commit ea0ab42
authored
Improve unittests so they disregard
Previously, when setting the `$AIRFLOW_HOME` environment variable
locally, as:
```
$ export AIRFLOW_HOME=`pwd`/dev/
```
Following our documentation to run integration tests and attempting to
run our unit tests:
```
$ hatch run tests.py3.10-2.10:test-cov
```
Resulted in 11 tests failing. When unsetting `$AIRFLOW_HOME`, the tests
run successfully.
This PR enables our unit tests to run regardless of the system's
predefined `$AIRFLOW_HOME`.$AIRFLOW_HOME (#490)1 parent b4f7d44 commit ea0ab42
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
0 commit comments