mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
refactor(tests): decouple unittests from integration tests (#15473)
* refactor move all tests to be under integration_tests package * refactor decouple unittests from integration tests - commands * add unit_tests package * fix celery_tests.py * fix wrong FIXTURES_DIR value
This commit is contained in:
3
tests/integration_tests/fixtures/trends.csv
Normal file
3
tests/integration_tests/fixtures/trends.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
t1,t2,t3__sum
|
||||
c11,c12,c13
|
||||
c21,c22,c23
|
||||
|
Reference in New Issue
Block a user