Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
from sympy.utilities.source import get_mod_func, get_class
|
||||
|
||||
|
||||
def test_get_mod_func():
|
||||
assert get_mod_func(
|
||||
'sympy.core.basic.Basic') == ('sympy.core.basic', 'Basic')
|
||||
|
||||
|
||||
def test_get_class():
|
||||
_basic = get_class('sympy.core.basic.Basic')
|
||||
assert _basic.__name__ == 'Basic'
|
||||
Loading…
Add table
Add a link
Reference in a new issue