File tree 5 files changed +75
-0
lines changed
5 files changed +75
-0
lines changed Original file line number Diff line number Diff line change
1
+ """
2
+ This file contains a minimal set of tests for compliance with the extension
3
+ array interface test suite, and should contain no other tests.
4
+ The test suite for the full functionality of the array is located in
5
+ `pandas/tests/arrays/`.
6
+
7
+ The tests in this file are inherited from the BaseExtensionTests, and only
8
+ minimal tweaks should be applied to get the tests passing (by overwriting a
9
+ parent method).
10
+
11
+ Additional tests should either be added to one of the BaseExtensionTests
12
+ classes (if they are relevant for the extension interface for all dtypes), or
13
+ be added to the array-specific tests in `pandas/tests/arrays/`.
14
+
15
+ """
1
16
import numpy as np
2
17
import pytest
3
18
Original file line number Diff line number Diff line change
1
+ """
2
+ This file contains a minimal set of tests for compliance with the extension
3
+ array interface test suite, and should contain no other tests.
4
+ The test suite for the full functionality of the array is located in
5
+ `pandas/tests/arrays/`.
6
+
7
+ The tests in this file are inherited from the BaseExtensionTests, and only
8
+ minimal tweaks should be applied to get the tests passing (by overwriting a
9
+ parent method).
10
+
11
+ Additional tests should either be added to one of the BaseExtensionTests
12
+ classes (if they are relevant for the extension interface for all dtypes), or
13
+ be added to the array-specific tests in `pandas/tests/arrays/`.
14
+
15
+ """
1
16
import numpy as np
2
17
import pytest
3
18
Original file line number Diff line number Diff line change
1
+ """
2
+ This file contains a minimal set of tests for compliance with the extension
3
+ array interface test suite, and should contain no other tests.
4
+ The test suite for the full functionality of the array is located in
5
+ `pandas/tests/arrays/`.
6
+
7
+ The tests in this file are inherited from the BaseExtensionTests, and only
8
+ minimal tweaks should be applied to get the tests passing (by overwriting a
9
+ parent method).
10
+
11
+ Additional tests should either be added to one of the BaseExtensionTests
12
+ classes (if they are relevant for the extension interface for all dtypes), or
13
+ be added to the array-specific tests in `pandas/tests/arrays/`.
14
+
15
+ """
1
16
import numpy as np
2
17
import pytest
3
18
Original file line number Diff line number Diff line change
1
+ """
2
+ This file contains a minimal set of tests for compliance with the extension
3
+ array interface test suite, and should contain no other tests.
4
+ The test suite for the full functionality of the array is located in
5
+ `pandas/tests/arrays/`.
6
+
7
+ The tests in this file are inherited from the BaseExtensionTests, and only
8
+ minimal tweaks should be applied to get the tests passing (by overwriting a
9
+ parent method).
10
+
11
+ Additional tests should either be added to one of the BaseExtensionTests
12
+ classes (if they are relevant for the extension interface for all dtypes), or
13
+ be added to the array-specific tests in `pandas/tests/arrays/`.
14
+
15
+ """
1
16
import numpy as np
2
17
import pytest
3
18
Original file line number Diff line number Diff line change
1
+ """
2
+ This file contains a minimal set of tests for compliance with the extension
3
+ array interface test suite, and should contain no other tests.
4
+ The test suite for the full functionality of the array is located in
5
+ `pandas/tests/arrays/`.
6
+
7
+ The tests in this file are inherited from the BaseExtensionTests, and only
8
+ minimal tweaks should be applied to get the tests passing (by overwriting a
9
+ parent method).
10
+
11
+ Additional tests should either be added to one of the BaseExtensionTests
12
+ classes (if they are relevant for the extension interface for all dtypes), or
13
+ be added to the array-specific tests in `pandas/tests/arrays/`.
14
+
15
+ """
1
16
import string
2
17
3
18
import numpy as np
You can’t perform that action at this time.
0 commit comments