You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
only assert that that the major number of version is 1, the tests should succeed for any 1.x.x version
allow the following values for status: "stable", "beta", "alpha" or ignore this property altogether since it should not really matter to pydracor (it will change to "stable" with the next production update, we forgot to change it for the 1.0 release)
do not make any assertions about the existdb version, it can change in no predictable ways and should be irrelevant for pydracor
allow for other properties of the info object to occur (hint: the next API update will add the URL to the OpenAPI documentation)
The text was updated successfully, but these errors were encountered:
The tests
test_init
andtest_dracor_info
are too specific and will fail as soon as a minor upgrade is made to the DraCor API.pydracor/pydracor/test_dracor.py
Lines 20 to 24 in 537d7c5
pydracor/pydracor/test_dracor.py
Lines 58 to 64 in 537d7c5
I suggest the following adjustments:
version
is 1, the tests should succeed for any 1.x.x versionstatus
: "stable", "beta", "alpha" or ignore this property altogether since it should not really matter to pydracor (it will change to "stable" with the next production update, we forgot to change it for the 1.0 release)existdb
version, it can change in no predictable ways and should be irrelevant for pydracorThe text was updated successfully, but these errors were encountered: