This website requires JavaScript.
Explore
Help
Sign In
sasjs
/
core
Watch
1
Star
0
Fork
0
You've already forked core
mirror of
https://github.com/sasjs/core.git
synced
2026-01-06 09:00:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
187504600a0aa70358f0fbf98bf7d868dfbaaa56
core
/
tests
/
base
History
Allan Bowe
187504600a
chore: fixing test
2021-07-30 00:21:02 +03:00
..
mf_getvarlist.test.sas
feat: new (generic) mp_assert macro, and new feature (type filter) for mf_getvarlist. Added/updated tests for mp_filtercheck and mp_validatecol and mf_getvarlist.
2021-05-06 20:58:38 +03:00
mp_abort.test.nofix.sas
chore: automated commit
2021-05-11 20:49:57 +03:00
mp_assertcolvals.test.sas
feat: new macro for validating inputs (mp_validatecol.sas), also a refresh of the tests now that sasjs test is released. All tests are passing
2021-05-05 01:35:00 +03:00
mp_assertdsobs.test.sas
feat: adding two more test types to mp_assertdsobs.sas, also a test for the assertion macro itself
2021-05-15 16:30:57 +03:00
mp_base64copy.test.sas
fix: mp_base64copy.sas fixes, removed renegade % symbol and issue with truncation at character 76. Added two tests, including one to test double byte encoded characters.
2021-07-18 17:05:05 +03:00
mp_ds2fmtds.test.sas
feat: new mp_ds2fmtds macro - converts a dataset to a new dataset where all values are the formatted values. Also added a test.
2021-05-10 01:25:51 +03:00
mp_ds2inserts.test.sas
chore: fixing test
2021-07-30 00:21:02 +03:00
mp_filtercheck.test.sas
feat: new (generic) mp_assert macro, and new feature (type filter) for mf_getvarlist. Added/updated tests for mp_filtercheck and mp_validatecol and mf_getvarlist.
2021-05-06 20:58:38 +03:00
mp_filtergenerate.test.sas
feat: new macro for validating inputs (mp_validatecol.sas), also a refresh of the tests now that sasjs test is released. All tests are passing
2021-05-05 01:35:00 +03:00
mp_filtervalidate.test.sas
fix: adding more tests to mp_filtervalidate
2021-05-21 16:27:10 +03:00
mp_getddl.test.sas
fix: removing bug introduced to mp_getddl and adding a test to prevent regression
2021-07-29 13:02:58 +03:00
mp_jsonout.test.sas
fix: adding formatting to mp_jsonout, and a test
2021-05-10 03:42:53 +03:00
mp_lib2inserts.test.sas
feat: new mp_lib2inserts macro. In addition, modified mp_getddl to ignore views, closing
#5
. Created a test, which highlighted another issue in mp_getddl (labels were being double quoted which caused macro resolution attempts when %including). Changed to single quotes. Switched 'outlib' to 'outschema' in mp_ds2inserts to harmonise with mp_getddl. Added a maxobs option, to speed up testing.
2021-07-30 00:14:29 +03:00
mp_searchcols.test.sas
feat: adding MATCH parameter to mp_searchcols.sas to enable fuzzy matching on columns.
Closes
#14
2021-05-13 21:38:38 +03:00
mp_validatecol.test.sas
feat: new (generic) mp_assert macro, and new feature (type filter) for mf_getvarlist. Added/updated tests for mp_filtercheck and mp_validatecol and mf_getvarlist.
2021-05-06 20:58:38 +03:00