issues
search
OdonataResearchLLC
/
lisp-unit
A Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind.
108
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Inside let forms
#56
digikar99
opened
5 years ago
0
The package concept in lisp-unit is confusing
#55
jimka2001
opened
6 years ago
0
added defun-test macro
#54
jimka2001
opened
6 years ago
0
newest version of lisp-unit does not work with slime
#53
jimka2001
opened
6 years ago
1
Fix issue 48
#52
jimka2001
opened
6 years ago
0
Fix issue 48
#51
jimka2001
opened
6 years ago
0
Improve testing diagnostics
#50
jimka2001
closed
6 years ago
1
added function run-1-test
#49
jimka2001
opened
6 years ago
0
summary of which tests failed
#48
jimka2001
opened
6 years ago
1
Need a way to run a test by name
#47
jimka2001
opened
6 years ago
0
don't apply non-funcallable object
#46
jimka2001
opened
6 years ago
1
don't funcall non-funcallable object
#45
jimka2001
closed
6 years ago
0
lisp-unit confused about local function
#44
jimka2001
opened
6 years ago
3
Marking test (assert) as expected to fail
#43
rtoy
opened
6 years ago
0
Add unordered-equal from https://www.cs.northwestern.edu/academics/co…
#42
svspire
opened
6 years ago
0
ASSERT-TRUE is broken.
#41
heegaiximephoomeeghahyaiseekh
opened
7 years ago
1
print-object: remove spurious new line
#40
dkochmanski
opened
7 years ago
0
Error loading antik
#39
anquegi
closed
7 years ago
1
fixed minor typos in README
#38
lukas-linhart
closed
7 years ago
0
only fix code format issue
#37
namoamitabha
closed
7 years ago
0
assertTrue (et al) can no longer work except for atoms or function calls
#36
verdammelt
closed
7 years ago
9
Need way to run all tests in all packages
#35
jimka2001
opened
8 years ago
8
Test multiple packages
#34
jimka2001
opened
8 years ago
0
Run 1 test
#33
jimka2001
closed
8 years ago
1
Need a function to run a single test given the test name
#32
jimka2001
closed
8 years ago
1
Defining tests with gensymmed names?
#31
rebcabin
closed
8 years ago
1
slime C-c C-c does not check a define-test form
#30
jimka2001
closed
8 years ago
19
Fix for slime
#29
jimka2001
closed
8 years ago
2
can't assert true-ness or false-ness of an atom
#28
jimka2001
closed
8 years ago
2
Fix for local functions
#27
jimka2001
closed
8 years ago
2
added assert-test macro
#26
jimka2001
closed
8 years ago
21
Minor tweak to the wiki docs for assert-prints
#25
appleby
closed
10 years ago
1
asd file still says 0.9.2
#24
tdrhq
closed
10 years ago
1
Testing destructive functions (e.g., cl:sort) destroys test data
#23
BernhardHumm
closed
10 years ago
4
Run-tests seems to always use #'equal as :test function?
#22
mck-
closed
10 years ago
8
lisp-unit2
#21
bobbysmith007
opened
10 years ago
4
RUN-TESTS and names from other packages.
#20
markcox80
closed
10 years ago
4
Running tests is destroying the test-code of my tests
#19
mck-
closed
11 years ago
5
TEST-DOCUMENTATION just returns the test's name
#18
tankrim
closed
11 years ago
2
Doesn't build - type derivation failure
#17
quicklisp
closed
11 years ago
1
Some minor improvements.
#16
jessealama
closed
8 years ago
7
A minor safety check on %RUN-ALL-THUNKS
#15
jessealama
closed
11 years ago
2
Complain if the first argument isn't a symbol.
#14
jessealama
closed
11 years ago
4
Failures printed in reverse.
#13
markcox80
closed
11 years ago
3
Tap with test times
#12
ryepup
closed
11 years ago
1
Discard passing test results
#11
ryepup
closed
11 years ago
2
Tap output based off existing tap branch
#10
ryepup
closed
11 years ago
0
new *keep-passing-asserts* flag to restrict memory usage
#9
ryepup
closed
11 years ago
5
heap exhaustion with many assertions
#8
ryepup
closed
11 years ago
1
Tap output from test results
#7
ryepup
closed
11 years ago
7
Next