File tree Expand file tree Collapse file tree
java/src/test/java/io/github/moctave/weftspace Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 pip install -e ".[dev]"
4949 working-directory : ./python
5050 - name : Test
51- run : pytest tests/__init__.py
51+ run : pytest tests
5252 working-directory : ./python
Original file line number Diff line number Diff line change 2121import java .util .ArrayList ;
2222
2323/**
24- * A class containing all the unit tests to be run on this library.
24+ * The integrations tests for this library.
2525 */
26- public class UnitTests {
26+ public class TestIntegration {
2727 /**
2828 * A method which constructs a sample data node that can be used across multiple tests.
2929 * @return The node to use for testing.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818
1919from tests .test_utils import TestUtils
2020
21- class UnitTests (unittest .TestCase ):
22- """The actual unit tests being run on the code ."""
21+ class TestIntegration (unittest .TestCase ):
22+ """The integration tests for this library ."""
2323
2424 def test_node_equality (self ):
2525 """A test to make sure identical data nodes are being treated as equal."""
@@ -160,4 +160,4 @@ def test_terrible_indentation(self):
160160
161161
162162if __name__ == "__main__" :
163- unittest .main ()
163+ unittest .main ()
You can’t perform that action at this time.
0 commit comments